Uses of Class
org.jboss.netty.handler.timeout.IdleStateHandler.State
-
Packages that use IdleStateHandler.State Package Description org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer
. -
-
Uses of IdleStateHandler.State in org.jboss.netty.handler.timeout
Methods in org.jboss.netty.handler.timeout that return IdleStateHandler.State Modifier and Type Method Description private static IdleStateHandler.State
IdleStateHandler. state(ChannelHandlerContext ctx)
-