android - TCP & UDP sockets using the AndroidAsync library -
I'm looking for an example of using Android Async Library to create a simple socket or datagram socket. The examples of this use have not been included in the sample, test, and examples given on the homepage in the GIT repo. I see the socket channels on the Vapor and the parts of the Datagram channel, but they do not have a public constructor.
I believe this can be done using more methods. Apart from this, SSL can be used to implement.
Comments
Post a Comment