Uses of Class
io.netty.handler.timeout.IdleStateHandler
Packages that use IdleStateHandler
Package
Description
Adds support for read and write timeout and idle connection notification
using a
Timer
.-
Uses of IdleStateHandler in io.netty.handler.timeout
Subclasses of IdleStateHandler in io.netty.handler.timeoutModifier and TypeClassDescriptionclass
Raises aReadTimeoutException
when no data was read within a certain period of time.