1
I’m starting development with Codename One and finally I have a question about the support of this API with development using sockets.
This by what I could perceive has only support for development of sockets for TCP?
1
I’m starting development with Codename One and finally I have a question about the support of this API with development using sockets.
This by what I could perceive has only support for development of sockets for TCP?
3
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 server sockets are supported using Socket.isServerSocketSupported().
Source: http://www.codenameone.com/3/post/2014/01/sockets-multiline-trees.html
Browser other questions tagged java ios api codename-one
You are not signed in. Login or sign up in order to post.