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 Summary
ConstructorsConstructorDescriptionSdkTlsSocketFactory
(SSLContext sslContext, HostnameVerifier hostnameVerifier) -
Method Summary
Modifier and TypeMethodDescriptionconnectSocket
(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) Methods inherited from class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
connectSocket, createLayeredSocket, createLayeredSocket, createSocket, createSocket, getSocketFactory, getSystemSocketFactory
-
Constructor Details
-
SdkTlsSocketFactory
-
-
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 interfaceorg.apache.hc.client5.http.socket.ConnectionSocketFactory
- Overrides:
connectSocket
in classorg.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- Throws:
IOException
-