Uses of Interface
org.apache.http.nio.reactor.SessionRequestCallback
Packages that use SessionRequestCallback
Package
Description
Default implementation of event driven network communication APIs
based on Java NIO.
Client side connection pools APIs for asynchronous, event driven
communication.
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 SessionRequestCallbackModifier and TypeFieldDescriptionprivate final SessionRequestCallbackSessionRequestImpl.callbackMethods in org.apache.http.impl.nio.reactor with parameters of type SessionRequestCallbackModifier and TypeMethodDescriptionDefaultConnectingIOReactor.connect(SocketAddress remoteAddress, SocketAddress localAddress, Object attachment, SessionRequestCallback callback) Constructors in org.apache.http.impl.nio.reactor with parameters of type SessionRequestCallbackModifierConstructorDescriptionSessionRequestImpl(SocketAddress remoteAddress, SocketAddress localAddress, Object attachment, SessionRequestCallback callback) -
Uses of SessionRequestCallback in org.apache.http.nio.pool
Classes in org.apache.http.nio.pool that implement SessionRequestCallbackModifier and TypeClassDescription(package private) classFields in org.apache.http.nio.pool declared as SessionRequestCallbackModifier and TypeFieldDescriptionprivate final SessionRequestCallbackAbstractNIOConnPool.sessionRequestCallback -
Uses of SessionRequestCallback in org.apache.http.nio.reactor
Methods in org.apache.http.nio.reactor with parameters of type SessionRequestCallbackModifier and TypeMethodDescriptionConnectingIOReactor.connect(SocketAddress remoteAddress, SocketAddress localAddress, Object attachment, SessionRequestCallback callback) Requests a connection to a remote host.