|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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
Sockets for the given protocol
See:
Description
| Interface Summary | |
|---|---|
| HostNameResolver | Deprecated. (4.1) Do not use |
| LayeredSchemeSocketFactory | Deprecated. (4.2) use SchemeLayeredSocketFactory |
| LayeredSocketFactory | Deprecated. (4.1) use SchemeSocketFactory |
| SchemeLayeredSocketFactory | Extended SchemeSocketFactory interface for layered sockets such as SSL/TLS. |
| SchemeSocketFactory | A factory for creating, initializing and connecting sockets. |
| SocketFactory | Deprecated. (4.1) use SchemeSocketFactory |
| Class Summary | |
|---|---|
| PlainSocketFactory | The default class for creating plain (unencrypted) sockets. |
| Scheme | Encapsulates specifics of a protocol scheme such as "http" or "https". |
| SchemeRegistry | A set of supported protocol Schemes. |
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
Sockets for the given protocol
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||