Package | Description |
---|---|
org.apache.http.conn.scheme | |
org.apache.http.conn.ssl |
TLS/SSL specific API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LayeredSchemeSocketFactory
A
SocketFactory for layered sockets (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-2012 The Apache Software Foundation. All Rights Reserved.