Uses of Class
io.netty.handler.timeout.IdleStateEvent
-
Packages that use IdleStateEvent Package Description io.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer. -
-
Uses of IdleStateEvent in io.netty.handler.timeout
Fields in io.netty.handler.timeout declared as IdleStateEvent Modifier and Type Field Description static IdleStateEventIdleStateEvent. ALL_IDLE_STATE_EVENTstatic IdleStateEventIdleStateEvent. FIRST_ALL_IDLE_STATE_EVENTstatic IdleStateEventIdleStateEvent. FIRST_READER_IDLE_STATE_EVENTstatic IdleStateEventIdleStateEvent. FIRST_WRITER_IDLE_STATE_EVENTstatic IdleStateEventIdleStateEvent. READER_IDLE_STATE_EVENTstatic IdleStateEventIdleStateEvent. WRITER_IDLE_STATE_EVENTMethods in io.netty.handler.timeout that return IdleStateEvent Modifier and Type Method Description protected IdleStateEventIdleStateHandler. newIdleStateEvent(IdleState state, boolean first)Returns aIdleStateEvent.Methods in io.netty.handler.timeout with parameters of type IdleStateEvent Modifier and Type Method Description protected voidIdleStateHandler. channelIdle(ChannelHandlerContext ctx, IdleStateEvent evt)Is called when anIdleStateEventshould be fired.protected voidReadTimeoutHandler. channelIdle(ChannelHandlerContext ctx, IdleStateEvent evt)
-