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

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

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

Methods in org.apache.http.impl.nio.reactor that return SessionRequestImpl
 SessionRequestImpl ChannelEntry.getSessionRequest()
           
 SessionRequestImpl SessionRequestHandle.getSessionRequest()
           
 SessionRequestImpl SessionRequestQueue.pop()
           
 

Methods in org.apache.http.impl.nio.reactor with parameters of type SessionRequestImpl
 void SessionRequestQueue.push(SessionRequestImpl entry)
           
 

Constructors in org.apache.http.impl.nio.reactor with parameters of type SessionRequestImpl
ChannelEntry(java.nio.channels.SocketChannel channel, SessionRequestImpl sessionRequest)
           
SessionRequestHandle(SessionRequestImpl sessionRequest)
           
 



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