|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelState | |
|---|---|
| org.jboss.netty.channel | The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. |
| Uses of ChannelState in org.jboss.netty.channel |
|---|
| Methods in org.jboss.netty.channel that return ChannelState | |
|---|---|
ChannelState |
ChannelStateEvent.getState()
Returns the changed property of the Channel. |
ChannelState |
DownstreamChannelStateEvent.getState()
|
ChannelState |
UpstreamChannelStateEvent.getState()
|
static ChannelState |
ChannelState.valueOf(java.lang.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. |
| Constructors in org.jboss.netty.channel with parameters of type ChannelState | |
|---|---|
DownstreamChannelStateEvent(Channel channel,
ChannelFuture future,
ChannelState state,
java.lang.Object value)
Creates a new instance. |
|
UpstreamChannelStateEvent(Channel channel,
ChannelState state,
java.lang.Object value)
Creates a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||