Uses of Enum
org.jboss.netty.channel.ChannelState
Packages that use ChannelState
Package
Description
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
Subclasses with type arguments of type ChannelState in org.jboss.netty.channelFields in org.jboss.netty.channel declared as ChannelStateModifier and TypeFieldDescriptionprivate final ChannelStateDownstreamChannelStateEvent.stateprivate final ChannelStateUpstreamChannelStateEvent.stateMethods in org.jboss.netty.channel that return ChannelStateModifier and TypeMethodDescriptionChannelStateEvent.getState()Returns the changed property of theChannel.DownstreamChannelStateEvent.getState()UpstreamChannelStateEvent.getState()static ChannelStateReturns 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 ChannelStateModifierConstructorDescriptionDownstreamChannelStateEvent(Channel channel, ChannelFuture future, ChannelState state, Object value) Creates a new instance.UpstreamChannelStateEvent(Channel channel, ChannelState state, Object value) Creates a new instance.