tags:

views:

70

answers:

0

Hi All

I have a netty channel and I would like to set a timeout on the underlying socket ( it is set by default to 0 ).

The purpose of the timeout is that the not used channel will be closed if nothing is happening for 15 minutes for instance.

Although I dont see any configuration to do so , and the socket itself is also hidden from me.

Thanks