Uses of Class
org.apache.http.impl.nio.reactor.SessionRequestImpl
-
Packages that use SessionRequestImpl Package Description 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
Fields in org.apache.http.impl.nio.reactor declared as SessionRequestImpl Modifier and Type Field Description private SessionRequestImpl
ChannelEntry. sessionRequest
private SessionRequestImpl
SessionRequestHandle. sessionRequest
Fields in org.apache.http.impl.nio.reactor with type parameters of type SessionRequestImpl Modifier and Type Field Description private java.util.Queue<SessionRequestImpl>
DefaultConnectingIOReactor. requestQueue
Methods in org.apache.http.impl.nio.reactor that return SessionRequestImpl Modifier and Type Method Description SessionRequestImpl
ChannelEntry. getSessionRequest()
Returns the original session request, if available.SessionRequestImpl
SessionRequestHandle. getSessionRequest()
Constructors in org.apache.http.impl.nio.reactor with parameters of type SessionRequestImpl Constructor Description ChannelEntry(java.nio.channels.SocketChannel channel, SessionRequestImpl sessionRequest)
Creates new ChannelEntry.SessionRequestHandle(SessionRequestImpl sessionRequest)
-