Package | Description |
---|---|
org.jboss.netty.handler.timeout |
Adds support for read and write timeout and idle connection notification
using a
Timer . |
Class and Description |
---|
IdleState |
IdleStateEvent
A
ChannelEvent that is triggered when a Channel has been idle
for a while. |
TimeoutException
A
TimeoutException when no data was either read or written within a
certain period of time. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.