The Netty Project 3.2.5.Final

Uses of Class
org.jboss.netty.channel.CompleteChannelFuture

Packages that use CompleteChannelFuture
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
 class FailedChannelFuture
          The CompleteChannelFuture which is failed already.
 class SucceededChannelFuture
          The CompleteChannelFuture which is succeeded already.
 


The Netty Project 3.2.5.Final

Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.