| 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 void |
IdleStateHandler.channelIdle(ChannelHandlerContext ctx,
IdleStateEvent evt)
Is called when an
IdleStateEvent should be fired. |
Copyright © 2008–2015 The Netty Project. All rights reserved.