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 classFailedChannelFutureTheCompleteChannelFuturewhich is failed already.classSucceededChannelFutureTheCompleteChannelFuturewhich is succeeded already.
-