Uses of Class
org.apache.http.impl.nio.reactor.ChannelEntry

Packages that use ChannelEntry
org.apache.http.impl.nio.reactor NIO based implementations of HttpCore interfaces. 
 

Uses of ChannelEntry in org.apache.http.impl.nio.reactor
 

Methods in org.apache.http.impl.nio.reactor that return ChannelEntry
 ChannelEntry ChannelQueue.pop()
           
 

Methods in org.apache.http.impl.nio.reactor with parameters of type ChannelEntry
 void AbstractIOReactor.addChannel(ChannelEntry channelEntry)
           
protected  void AbstractMultiworkerIOReactor.addChannel(ChannelEntry entry)
           
 void ChannelQueue.push(ChannelEntry entry)
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.