Non-Netty client
skhalid
shahbaz.khalid at gmail.com
Wed Dec 24 11:45:35 EST 2008
Hi,
Is there a way we can use an nio/plain socket client to connect to a netty
server? Is there an example where it shows how we can construct the netty
server/client so that it can just read/write bytes sent/received through the
custom nio/plain socket client?
I am asking this because we are currently trying to use netty on the Google
Android platform - unfortunately android does not like the netty client
classes since the android platform does not have the full set of jdk APIs.
But NIO/Plain socket communications are supported.
I've searched/tried in vain to use the discard example with a custom/vanilla
socket client to send a few bytes, but the server doesn't receive anything.
Any help would be appreciated.
P.S. text communications/string decoder is not required, because we want to
use a binary decoder on server side to conserve bandwidth between our
application on the moble/our server.
--
View this message in context: http://n2.nabble.com/Non-Netty-client-tp1771503p1771503.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list