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
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)