java - Connect to netty with a client which does not use the netty framework -


i use netty framework build async nio server. want connect android app server. im not able use netty wit android application, because there many functions not supportet android jvm. there way connect netty server using ssl/tsl android socket?

there no reason why arbitrary client should not able speak netty-based server, long both parties implement same protocol.

e.g. openssl s_client can talk netty-based ssl server.

so, implement android code following myriad of ssl/tls tutorials blocking io, if find easiest, , should able talk server enough.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -