Package | Description |
---|---|
io.netty.handler.timeout |
Adds support for read and write timeout and idle connection notification
using a
Timer . |
Modifier and Type | Field and Description |
---|---|
static IdleStateEvent |
IdleStateEvent.ALL_IDLE_STATE_EVENT |
static IdleStateEvent |
IdleStateEvent.FIRST_ALL_IDLE_STATE_EVENT |
static IdleStateEvent |
IdleStateEvent.FIRST_READER_IDLE_STATE_EVENT |
static IdleStateEvent |
IdleStateEvent.FIRST_WRITER_IDLE_STATE_EVENT |
static IdleStateEvent |
IdleStateEvent.READER_IDLE_STATE_EVENT |
static IdleStateEvent |
IdleStateEvent.WRITER_IDLE_STATE_EVENT |
Modifier and Type | Method and Description |
---|---|
protected IdleStateEvent |
IdleStateHandler.newIdleStateEvent(IdleState state,
boolean first)
Returns a
IdleStateEvent . |
Modifier and Type | Method and Description |
---|---|
protected void |
ReadTimeoutHandler.channelIdle(ChannelHandlerContext ctx,
IdleStateEvent evt) |
protected void |
IdleStateHandler.channelIdle(ChannelHandlerContext ctx,
IdleStateEvent evt)
Is called when an
IdleStateEvent should be fired. |
Copyright © 2008–2017 The Netty Project. All rights reserved.