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
Subclasses with type arguments of type IdleState in io.netty.handler.timeoutModifier and TypeClassDescriptionenumMethods in io.netty.handler.timeout that return IdleStateModifier and TypeMethodDescriptionIdleStateEvent.state()Returns the idle state.static IdleStateReturns 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 IdleStateEventIdleStateHandler.newIdleStateEvent(IdleState state, boolean first) Returns aIdleStateEvent.Constructors in io.netty.handler.timeout with parameters of type IdleStateModifierConstructorDescriptionprotectedIdleStateEvent(IdleState state, boolean first) Constructor for sub-classes.