| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SessionRequest |
DefaultConnectingIOReactor.connect(SocketAddress remoteAddress,
SocketAddress localAddress,
Object attachment,
SessionRequestCallback callback) |
| Constructor and Description |
|---|
SessionRequestImpl(SocketAddress remoteAddress,
SocketAddress localAddress,
Object attachment,
SessionRequestCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
SessionRequest |
ConnectingIOReactor.connect(SocketAddress remoteAddress,
SocketAddress localAddress,
Object attachment,
SessionRequestCallback callback)
Requests a connection to a remote host.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.