Setting SO_TIMEOUT on client socket channel

"이희승 (Trustin Lee)" trustin at gmail.com
Mon Oct 31 13:51:25 EDT 2011


Hi Kevin,

Kevin Burton wrote:
 > On another issue... I wrote an pipeline handler that prints all packet
 > data in Hex to the logger. Normally its disabled but if you want to
 > debug your application without using Ethereal it can be pretty handy.
 >
 > Should this be part of Netty?
 >
 > I also extended the Hex encoder to print the hex better than the
 > standard netty hex encoder. It prints both hex + ascii as well as the
 > offset (in hex) similar to hexdump.

Netty has a LoggingHandler which does the similar job, but your 
implementation sounds more useful. If you wish, please feel free to 
contribute. :-)

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20111031/9266c338/attachment.html 


More information about the netty-users mailing list