Java org.apache.http.conn.ssl SSLConnectionSocketFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.conn.ssl SSLConnectionSocketFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.conn.ssl SSLConnectionSocketFactory.

The text is from its open source code.

Subclass

org.apache.http.conn.ssl.SSLConnectionSocketFactory has subclasses.
Click this link to see all its subclasses.

Field

StringTLS
X509HostnameVerifierALLOW_ALL_HOSTNAME_VERIFIER
X509HostnameVerifierBROWSER_COMPATIBLE_HOSTNAME_VERIFIER
X509HostnameVerifierSTRICT_HOSTNAME_VERIFIER

Constructor

Method

SocketconnectSocket(final int connectTimeout, final Socket socket, final HttpHost host, final InetSocketAddress remoteAddress, final InetSocketAddress localAddress, final HttpContext context)
SSLConnectionSocketFactorygetSocketFactory()
Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (cacerts file in the security properties directory).
SSLConnectionSocketFactorygetSystemSocketFactory()
Obtains default SSL socket factory with an SSL context based on system properties as described in "JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform Standard Edition 5