Uses of Class
org.jboss.netty.channel.SimpleChannelDownstreamHandler
-
Packages that use SimpleChannelDownstreamHandler Package Description org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer
. -
-
Uses of SimpleChannelDownstreamHandler in org.jboss.netty.handler.timeout
Subclasses of SimpleChannelDownstreamHandler in org.jboss.netty.handler.timeout Modifier and Type Class Description class
WriteTimeoutHandler
Raises aWriteTimeoutException
when no data was written within a certain period of time.
-