Package com.splunk.splunkjenkins.utils
Class CustomSSLConnectionSocketFactory
java.lang.Object
shaded.splk.org.apache.http.conn.ssl.SSLConnectionSocketFactory
com.splunk.splunkjenkins.utils.CustomSSLConnectionSocketFactory
- All Implemented Interfaces:
shaded.splk.org.apache.http.conn.socket.ConnectionSocketFactory
,shaded.splk.org.apache.http.conn.socket.LayeredConnectionSocketFactory
public class CustomSSLConnectionSocketFactory
extends shaded.splk.org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
Field Summary
Fields inherited from class shaded.splk.org.apache.http.conn.ssl.SSLConnectionSocketFactory
ALLOW_ALL_HOSTNAME_VERIFIER, BROWSER_COMPATIBLE_HOSTNAME_VERIFIER, SSL, SSLV2, STRICT_HOSTNAME_VERIFIER, TLS
-
Constructor Summary
ConstructorsConstructorDescriptionCustomSSLConnectionSocketFactory
(SSLContext sslContext, HostnameVerifier hostnameVerifier) -
Method Summary
Modifier and TypeMethodDescriptionconnectSocket
(int connectTimeout, Socket socket, shaded.splk.org.apache.http.HttpHost host, InetSocketAddress remoteAddress, InetSocketAddress localAddress, shaded.splk.org.apache.http.protocol.HttpContext context) Methods inherited from class shaded.splk.org.apache.http.conn.ssl.SSLConnectionSocketFactory
createLayeredSocket, createSocket, getDefaultHostnameVerifier, getSocketFactory, getSystemSocketFactory, prepareSocket
-
Constructor Details
-
CustomSSLConnectionSocketFactory
-
-
Method Details
-
connectSocket
public Socket connectSocket(int connectTimeout, Socket socket, shaded.splk.org.apache.http.HttpHost host, InetSocketAddress remoteAddress, InetSocketAddress localAddress, shaded.splk.org.apache.http.protocol.HttpContext context) throws IOException - Specified by:
connectSocket
in interfaceshaded.splk.org.apache.http.conn.socket.ConnectionSocketFactory
- Overrides:
connectSocket
in classshaded.splk.org.apache.http.conn.ssl.SSLConnectionSocketFactory
- Throws:
IOException
-