Package | Description |
---|---|
org.apache.http.conn.socket | |
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
LayeredConnectionSocketFactory
Extended
ConnectionSocketFactory 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 | Class and Description |
---|---|
class |
SSLSocketFactory
Layered socket factory for TLS/SSL connections.
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.