Class SdkTlsSocketFactory

java.lang.Object
org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
software.amazon.awssdk.http.apache5.internal.conn.SdkTlsSocketFactory
All Implemented Interfaces:
org.apache.hc.client5.http.socket.ConnectionSocketFactory, org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory

public class SdkTlsSocketFactory extends org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
  • Constructor Details

  • Method Details

    • connectSocket

      public Socket connectSocket(org.apache.hc.core5.util.TimeValue connectTimeout, Socket socket, org.apache.hc.core5.http.HttpHost host, InetSocketAddress remoteAddress, InetSocketAddress localAddress, org.apache.hc.core5.http.protocol.HttpContext context) throws IOException
      Specified by:
      connectSocket in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
      Overrides:
      connectSocket in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
      Throws:
      IOException