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