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 ChannelQueue.push(ChannelEntry entry)
           
protected  void AbstractMultiworkerIOReactor.addChannel(ChannelEntry entry)
           
 void AbstractIOReactor.addChannel(ChannelEntry channelEntry)
           
 



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