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

Packages that use SessionRequestImpl
org.apache.http.impl.nio.reactor Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. 
 

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

Methods in org.apache.http.impl.nio.reactor that return SessionRequestImpl
 SessionRequestImpl SessionRequestHandle.getSessionRequest()
           
 SessionRequestImpl ChannelEntry.getSessionRequest()
          Returns the original session request, if available.
 

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



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.