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
Fields in io.netty.handler.timeout declared as IdleStateEventModifier and TypeFieldDescriptionstatic final IdleStateEventIdleStateEvent.ALL_IDLE_STATE_EVENTstatic final IdleStateEventIdleStateEvent.FIRST_ALL_IDLE_STATE_EVENTstatic final IdleStateEventIdleStateEvent.FIRST_READER_IDLE_STATE_EVENTstatic final IdleStateEventIdleStateEvent.FIRST_WRITER_IDLE_STATE_EVENTstatic final IdleStateEventIdleStateEvent.READER_IDLE_STATE_EVENTstatic final IdleStateEventIdleStateEvent.WRITER_IDLE_STATE_EVENTMethods in io.netty.handler.timeout that return IdleStateEventModifier and TypeMethodDescriptionprotected IdleStateEventIdleStateHandler.newIdleStateEvent(IdleState state, boolean first) Returns aIdleStateEvent.Methods in io.netty.handler.timeout with parameters of type IdleStateEventModifier and TypeMethodDescriptionprotected voidIdleStateHandler.channelIdle(ChannelHandlerContext ctx, IdleStateEvent evt) Is called when anIdleStateEventshould be fired.protected final voidReadTimeoutHandler.channelIdle(ChannelHandlerContext ctx, IdleStateEvent evt)