Uses of Package
io.netty.handler.timeout
Packages that use io.netty.handler.timeout
Package
Description
Adds support for read and write timeout and idle connection notification
using a
Timer
.-
Classes in io.netty.handler.timeout used by io.netty.handler.timeoutClassDescriptionA user event triggered by
IdleStateHandler
when aChannel
is idle.Triggers anIdleStateEvent
when aChannel
has not performed read, write, or both operation for a while.ATimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time.ATimeoutException
when no data was either read or written within a certain period of time.ATimeoutException
raised byWriteTimeoutHandler
when a write operation cannot finish in a certain period of time.