Package | Description |
---|---|
org.apache.http.conn.scheme | |
org.apache.http.conn.ssl |
TLS/SSL specific API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LayeredSchemeSocketFactory
Deprecated.
(4.2) use
SchemeLayeredSocketFactory |
interface |
SchemeLayeredSocketFactory
Extended
SchemeSocketFactory interface for layered sockets such as SSL/TLS. |
Modifier and Type | Class and Description |
---|---|
class |
PlainSocketFactory
The default class for creating plain (unencrypted) sockets.
|
Modifier and Type | Method and Description |
---|---|
SchemeSocketFactory |
Scheme.getSchemeSocketFactory()
Obtains the socket factory.
|
Constructor and Description |
---|
Scheme(String name,
int port,
SchemeSocketFactory factory)
Creates a new scheme.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLSocketFactory
Layered socket factory for TLS/SSL connections.
|
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.