Uses of Enum
io.netty.handler.timeout.IdleState
Packages that use IdleState
Package
Description
Adds support for read and write timeout and idle connection notification
using a
Timer
.-
Uses of IdleState in io.netty.handler.timeout
Fields in io.netty.handler.timeout declared as IdleStateMethods in io.netty.handler.timeout that return IdleStateModifier and TypeMethodDescriptionIdleStateEvent.state()
Returns the idle state.static IdleState
Returns the enum constant of this type with the specified name.static IdleState[]
IdleState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.timeout with parameters of type IdleStateModifier and TypeMethodDescriptionprotected IdleStateEvent
IdleStateHandler.newIdleStateEvent
(IdleState state, boolean first) Returns aIdleStateEvent
.Constructors in io.netty.handler.timeout with parameters of type IdleStateModifierConstructorDescription(package private)
DefaultIdleStateEvent
(IdleState state, boolean first) protected
IdleStateEvent
(IdleState state, boolean first) Constructor for sub-classes.