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
IdleStateHandlerwhen aChannelis idle.Triggers anIdleStateEventwhen aChannelhas not performed read, write, or both operation for a while.ATimeoutExceptionraised byReadTimeoutHandlerwhen no data was read within a certain period of time.ATimeoutExceptionwhen no data was either read or written within a certain period of time.ATimeoutExceptionraised byWriteTimeoutHandlerwhen a write operation cannot finish in a certain period of time.