Uses of Class
org.apache.http.impl.nio.reactor.SessionRequestImpl
Packages that use SessionRequestImpl
Package
Description
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 SessionRequestImplModifier and TypeFieldDescriptionprivate final SessionRequestImpl
ChannelEntry.sessionRequest
private final SessionRequestImpl
SessionRequestHandle.sessionRequest
Fields in org.apache.http.impl.nio.reactor with type parameters of type SessionRequestImplModifier and TypeFieldDescriptionprivate final Queue
<SessionRequestImpl> DefaultConnectingIOReactor.requestQueue
Methods in org.apache.http.impl.nio.reactor that return SessionRequestImplModifier and TypeMethodDescriptionChannelEntry.getSessionRequest()
Returns the original session request, if available.SessionRequestHandle.getSessionRequest()
Constructors in org.apache.http.impl.nio.reactor with parameters of type SessionRequestImplModifierConstructorDescriptionChannelEntry
(SocketChannel channel, SessionRequestImpl sessionRequest) Creates new ChannelEntry.SessionRequestHandle
(SessionRequestImpl sessionRequest)