Uses of Class
io.netty.handler.timeout.IdleStateEvent
Packages that use IdleStateEvent
Package
Description
Adds support for read and write timeout and idle connection notification
using a
Timer
.-
Uses of IdleStateEvent in io.netty.handler.timeout
Subclasses of IdleStateEvent in io.netty.handler.timeoutFields in io.netty.handler.timeout declared as IdleStateEventModifier and TypeFieldDescriptionstatic final IdleStateEvent
IdleStateEvent.ALL_IDLE_STATE_EVENT
static final IdleStateEvent
IdleStateEvent.FIRST_ALL_IDLE_STATE_EVENT
static final IdleStateEvent
IdleStateEvent.FIRST_READER_IDLE_STATE_EVENT
static final IdleStateEvent
IdleStateEvent.FIRST_WRITER_IDLE_STATE_EVENT
static final IdleStateEvent
IdleStateEvent.READER_IDLE_STATE_EVENT
static final IdleStateEvent
IdleStateEvent.WRITER_IDLE_STATE_EVENT
Methods in io.netty.handler.timeout that return IdleStateEventModifier and TypeMethodDescriptionprotected IdleStateEvent
IdleStateHandler.newIdleStateEvent
(IdleState state, boolean first) Returns aIdleStateEvent
.Methods in io.netty.handler.timeout with parameters of type IdleStateEventModifier and TypeMethodDescriptionprotected void
IdleStateHandler.channelIdle
(ChannelHandlerContext ctx, IdleStateEvent evt) Is called when anIdleStateEvent
should be fired.protected final void
ReadTimeoutHandler.channelIdle
(ChannelHandlerContext ctx, IdleStateEvent evt)