Handling received messages directly in the Client
c3p0
m41leater at gmail.com
Tue Sep 13 16:18:10 EDT 2011
Hi,
I am new to netty (using it just a few days). I have made an client - server
example.
I have defined handler for the server and the client.
Basically I connect with the client to the server and send some messages.
Every received message gets send back (with the content of the message being
converted to upper case).
All the work on the received messages, on server and client-side, is done by
the defined handlers.
But I would like to use, or better receive/accept, some of the messages
directly in the client
not (just) in the handler. So my question is is it possible to have some
listener to receive messages directly in the client-program and not in its
handlers.
I would appreciate if someone could help me with this issue. Or at least
tell me if its even possible with netty .
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Handling-received-messages-directly-in-the-Client-tp6789107p6789107.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list