软件包 | 描述 |
---|---|
io.netty.handler.timeout |
Modifier and Type | Method and Description |
---|---|
IdleState |
IdleStateEvent.state()
返回空闲状态。
|
static IdleState |
IdleState.valueOf(java.lang.String name)
以指定名称返回此类型的枚举常量。
|
static IdleState[] |
IdleState.values()
按照声明的顺序返回包含此枚举类型常量的数组。
|
Modifier and Type | Method and Description |
---|---|
protected IdleStateEvent |
IdleStateHandler.newIdleStateEvent(IdleState state, boolean first)
返回 IdleStateEvent 。
|
Constructor and Description |
---|
IdleStateEvent(IdleState state, boolean first)
子类的构造器。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.