Class LenientSslConnectionSocketFactory

java.lang.Object
org.apache.http.conn.ssl.SSLConnectionSocketFactory
org.apache.http.conn.ssl.LenientSslConnectionSocketFactory
All Implemented Interfaces:
org.apache.http.conn.socket.ConnectionSocketFactory, org.apache.http.conn.socket.LayeredConnectionSocketFactory

public class LenientSslConnectionSocketFactory extends org.apache.http.conn.ssl.SSLConnectionSocketFactory
in a separate package just for log level config consistency
Author:
pthomas3
  • Field Summary

    Fields inherited from class org.apache.http.conn.ssl.SSLConnectionSocketFactory

    ALLOW_ALL_HOSTNAME_VERIFIER, BROWSER_COMPATIBLE_HOSTNAME_VERIFIER, SSL, SSLV2, STRICT_HOSTNAME_VERIFIER, TLS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createLayeredSocket(Socket socket, String target, int port, org.apache.http.protocol.HttpContext context)
     

    Methods inherited from class org.apache.http.conn.ssl.SSLConnectionSocketFactory

    connectSocket, createSocket, getDefaultHostnameVerifier, getSocketFactory, getSystemSocketFactory, prepareSocket

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LenientSslConnectionSocketFactory

      public LenientSslConnectionSocketFactory(SSLContext sslContext, HostnameVerifier hostnameVerifier)
  • Method Details

    • createLayeredSocket

      public Socket createLayeredSocket(Socket socket, String target, int port, org.apache.http.protocol.HttpContext context) throws IOException
      Specified by:
      createLayeredSocket in interface org.apache.http.conn.socket.LayeredConnectionSocketFactory
      Overrides:
      createLayeredSocket in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
      Throws:
      IOException