Package | Description |
---|---|
io.netty.handler.timeout |
Adds support for read and write timeout and idle connection notification
using a
Timer . |
Modifier and Type | Method and Description |
---|---|
IdleState |
IdleStateEvent.state()
Returns the idle state.
|
static IdleState |
IdleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdleState[] |
IdleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected IdleStateEvent |
IdleStateHandler.newIdleStateEvent(IdleState state,
boolean first)
Returns a
IdleStateEvent . |
Constructor and Description |
---|
IdleStateEvent(IdleState state,
boolean first)
Constructor for sub-classes.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.