I'm starting development with Codename One and finally I have a question about the support of this API with the development using sockets.
Is this the only thing I can understand about TCP sockets development?
I'm starting development with Codename One and finally I have a question about the support of this API with the development using sockets.
Is this the only thing I can understand about TCP sockets development?
08/01/2014 - At the moment we only support TCP sockets, we support server socket (listen / accept) on Android but not on iOS. You can check if Sockets are supported using the Socket.isSupported () and whether socket sockets are supported using Socket.isServerSocketSupported ().
Source: link