Sunday, 15 May 2011

Netty 4 ChannelInboundMessageHandlerAdapter -



Netty 4 ChannelInboundMessageHandlerAdapter -

which methods of class channelinboundmessagehandleradapter called when class has been instantiated , connected pipeline? messagereceived (as case in netty 3). other methods listed on documentation?

must implementation override of other methods other messagereceived in order process messages?

you need override messagereceived process messages. "can" override others if want "special" handling.

netty

No comments:

Post a Comment