Package | Description |
---|---|
org.jboss.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
Modifier and Type | Method and Description |
---|---|
ChannelState |
UpstreamChannelStateEvent.getState() |
ChannelState |
DownstreamChannelStateEvent.getState() |
ChannelState |
ChannelStateEvent.getState()
Returns the changed property of the
Channel . |
static ChannelState |
ChannelState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelState[] |
ChannelState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DownstreamChannelStateEvent(Channel channel,
ChannelFuture future,
ChannelState state,
Object value)
Creates a new instance.
|
UpstreamChannelStateEvent(Channel channel,
ChannelState state,
Object value)
Creates a new instance.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.