|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketFactory | |
---|---|
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 | Scheme class represents a protocol
scheme such as "http" or "https" and contains a number of protocol properties
such as the default port and the socket factory to be used to creating
Socket s for the given protocol |
org.apache.http.conn.ssl | TLS/SSL specific API. |
Uses of SocketFactory in org.apache.http.conn |
---|
Classes in org.apache.http.conn that implement SocketFactory | |
---|---|
class |
MultihomePlainSocketFactory
Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddress es. |
Uses of SocketFactory in org.apache.http.conn.scheme |
---|
Subinterfaces of SocketFactory in org.apache.http.conn.scheme | |
---|---|
interface |
LayeredSocketFactory
A SocketFactory for layered sockets (SSL/TLS). |
Classes in org.apache.http.conn.scheme that implement SocketFactory | |
---|---|
class |
PlainSocketFactory
The default class for creating plain (unencrypted) sockets. |
Methods in org.apache.http.conn.scheme that return SocketFactory | |
---|---|
SocketFactory |
Scheme.getSocketFactory()
Obtains the socket factory. |
Constructors in org.apache.http.conn.scheme with parameters of type SocketFactory | |
---|---|
Scheme(String name,
SocketFactory factory,
int port)
Creates a new scheme. |
Uses of SocketFactory in org.apache.http.conn.ssl |
---|
Classes in org.apache.http.conn.ssl that implement SocketFactory | |
---|---|
class |
SSLSocketFactory
Layered socket factory for TLS/SSL connections, based on JSSE. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |