|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.http.conn.scheme | |
---|---|
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. |
org.apache.http.impl.conn | Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.conn.tsccm | The implementation of a thread-safe client connection manager. |
Classes in org.apache.http.conn.scheme used by org.apache.http.conn | |
---|---|
SchemeRegistry
A set of supported protocol Scheme s. |
|
SocketFactory
A factory for creating, initializing and connecting sockets. |
Classes in org.apache.http.conn.scheme used by org.apache.http.conn.scheme | |
---|---|
HostNameResolver
Hostname to IP address resolver. |
|
PlainSocketFactory
The default class for creating plain (unencrypted) sockets. |
|
Scheme
Encapsulates specifics of a protocol scheme such as "http" or "https". |
|
SocketFactory
A factory for creating, initializing and connecting sockets. |
Classes in org.apache.http.conn.scheme used by org.apache.http.conn.ssl | |
---|---|
HostNameResolver
Hostname to IP address resolver. |
|
LayeredSocketFactory
A SocketFactory for layered sockets (SSL/TLS). |
|
SocketFactory
A factory for creating, initializing and connecting sockets. |
Classes in org.apache.http.conn.scheme used by org.apache.http.impl.conn | |
---|---|
SchemeRegistry
A set of supported protocol Scheme s. |
Classes in org.apache.http.conn.scheme used by org.apache.http.impl.conn.tsccm | |
---|---|
SchemeRegistry
A set of supported protocol Scheme s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |