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

Packages that use SessionRequestImpl
org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. 
 

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–2021 The Apache Software Foundation. All rights reserved.