Uses of Class
org.jboss.netty.channel.CompleteChannelFuture
-
Packages that use CompleteChannelFuture 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. -
-
Uses of CompleteChannelFuture in org.jboss.netty.channel
Subclasses of CompleteChannelFuture in org.jboss.netty.channel Modifier and Type Class Description class
FailedChannelFuture
TheCompleteChannelFuture
which is failed already.class
SucceededChannelFuture
TheCompleteChannelFuture
which is succeeded already.
-