Uses of Package
io.netty.handler.timeout
-
Packages that use io.netty.handler.timeout Package Description io.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer. -
Classes in io.netty.handler.timeout used by io.netty.handler.timeout Class Description IdleState AnEnumthat represents the idle state of aChannel.IdleStateEvent A user event triggered byIdleStateHandlerwhen aChannelis idle.IdleStateHandler Triggers anIdleStateEventwhen aChannelhas not performed read, write, or both operation for a while.ReadTimeoutException ATimeoutExceptionraised byReadTimeoutHandlerwhen no data was read within a certain period of time.TimeoutException ATimeoutExceptionwhen no data was either read or written within a certain period of time.WriteTimeoutException ATimeoutExceptionraised byWriteTimeoutHandlerwhen a write operation cannot finish in a certain period of time.