|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionRequestCallback | |
|---|---|
| org.apache.http.impl.nio.reactor | Default implementations for interfaces in
org.apache.http.nio including default
I/O reactor implementations and support for SSL/TLS transport security. |
| org.apache.http.nio.reactor | API for event driven NIO based on Doug Lea's reactor pattern. |
| Uses of SessionRequestCallback in org.apache.http.impl.nio.reactor |
|---|
| Methods in org.apache.http.impl.nio.reactor with parameters of type SessionRequestCallback | |
|---|---|
SessionRequest |
DefaultConnectingIOReactor.connect(SocketAddress remoteAddress,
SocketAddress localAddress,
Object attachment,
SessionRequestCallback callback)
|
| Constructors in org.apache.http.impl.nio.reactor with parameters of type SessionRequestCallback | |
|---|---|
SessionRequestImpl(SocketAddress remoteAddress,
SocketAddress localAddress,
Object attachment,
SessionRequestCallback callback)
|
|
| Uses of SessionRequestCallback in org.apache.http.nio.reactor |
|---|
| Methods in org.apache.http.nio.reactor with parameters of type SessionRequestCallback | |
|---|---|
SessionRequest |
ConnectingIOReactor.connect(SocketAddress remoteAddress,
SocketAddress localAddress,
Object attachment,
SessionRequestCallback callback)
Requests a connection to a remote host. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||