Uses of Interface
org.apache.http.nio.reactor.SessionRequestCallback
-
Packages that use SessionRequestCallback Package Description org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO.org.apache.http.nio.pool Client side connection pools APIs for asynchronous, event driven communication.org.apache.http.nio.reactor Event driven network communication APIs loosely based on Doug Lea's reactor pattern. -
-
Uses of SessionRequestCallback in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor declared as SessionRequestCallback Modifier and Type Field Description private SessionRequestCallback
SessionRequestImpl. callback
Methods in org.apache.http.impl.nio.reactor with parameters of type SessionRequestCallback Modifier and Type Method Description SessionRequest
DefaultConnectingIOReactor. connect(java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, java.lang.Object attachment, SessionRequestCallback callback)
Constructors in org.apache.http.impl.nio.reactor with parameters of type SessionRequestCallback Constructor Description SessionRequestImpl(java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, java.lang.Object attachment, SessionRequestCallback callback)
-
Uses of SessionRequestCallback in org.apache.http.nio.pool
Classes in org.apache.http.nio.pool that implement SessionRequestCallback Modifier and Type Class Description (package private) class
AbstractNIOConnPool.InternalSessionRequestCallback
Fields in org.apache.http.nio.pool declared as SessionRequestCallback Modifier and Type Field Description private SessionRequestCallback
AbstractNIOConnPool. sessionRequestCallback
-
Uses of SessionRequestCallback in org.apache.http.nio.reactor
Methods in org.apache.http.nio.reactor with parameters of type SessionRequestCallback Modifier and Type Method Description SessionRequest
ConnectingIOReactor. connect(java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, java.lang.Object attachment, SessionRequestCallback callback)
Requests a connection to a remote host.
-