程序包 | 说明 |
---|---|
io.netty.handler.timeout |
Adds support for read and write timeout and idle connection notification
using a
Timer . |
限定符和类型 | 方法和说明 |
---|---|
IdleState |
IdleStateEvent.state()
Returns the idle state.
|
static IdleState |
IdleState.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static IdleState[] |
IdleState.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
protected IdleStateEvent |
IdleStateHandler.newIdleStateEvent(IdleState state,
boolean first)
Returns a
IdleStateEvent . |
构造器和说明 |
---|
IdleStateEvent(IdleState state,
boolean first)
Constructor for sub-classes.
|