Uses of Class
io.netty.handler.timeout.IdleStateHandler
-
Packages that use IdleStateHandler Package Description io.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer. -
-
Uses of IdleStateHandler in io.netty.handler.timeout
Subclasses of IdleStateHandler in io.netty.handler.timeout Modifier and Type Class Description classReadTimeoutHandlerRaises aReadTimeoutExceptionwhen no data was read within a certain period of time.
-