Package | Description |
---|---|
org.apache.http.conn |
The client-side connection management and handling API that provides interfaces
and implementations for opening and managing client side HTTP connections.
|
org.apache.http.conn.scheme | |
org.apache.http.conn.ssl |
TLS/SSL specific API.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolTimeoutException
A timeout while waiting for an available connection
from a connection manager.
|
Modifier and Type | Method and Description |
---|---|
Socket |
PlainSocketFactory.connectSocket(Socket socket,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
org.apache.http.params.HttpParams params) |
Socket |
SchemeSocketFactory.connectSocket(Socket sock,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
org.apache.http.params.HttpParams params)
Connects a socket to the target host with the given remote address.
|
Socket |
PlainSocketFactory.connectSocket(Socket socket,
String host,
int port,
InetAddress localAddress,
int localPort,
org.apache.http.params.HttpParams params)
|
Socket |
SocketFactory.connectSocket(Socket sock,
String host,
int port,
InetAddress localAddress,
int localPort,
org.apache.http.params.HttpParams params)
Deprecated.
Connects a socket to the given host.
|
Modifier and Type | Method and Description |
---|---|
Socket |
SSLSocketFactory.connectSocket(Socket socket,
InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
org.apache.http.params.HttpParams params) |
Socket |
SSLSocketFactory.connectSocket(Socket socket,
String host,
int port,
InetAddress localAddress,
int localPort,
org.apache.http.params.HttpParams params)
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.