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 SessionRequestImplChannelEntry. sessionRequestprivate SessionRequestImplSessionRequestHandle. sessionRequestFields in org.apache.http.impl.nio.reactor with type parameters of type SessionRequestImpl Modifier and Type Field Description private java.util.Queue<SessionRequestImpl>DefaultConnectingIOReactor. requestQueueMethods in org.apache.http.impl.nio.reactor that return SessionRequestImpl Modifier and Type Method Description SessionRequestImplChannelEntry. getSessionRequest()Returns the original session request, if available.SessionRequestImplSessionRequestHandle. 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)
-