Package com.github.underscore
Class U.BaseHttpSslSocketFactory
java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
com.github.underscore.U.BaseHttpSslSocketFactory
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate SSLContext
createSocket
(String arg0, int arg1) createSocket
(String arg0, int arg1, InetAddress arg2, int arg3) createSocket
(InetAddress arg0, int arg1) createSocket
(InetAddress arg0, int arg1, InetAddress arg2, int arg3) createSocket
(Socket arg0, String arg1, int arg2, boolean arg3) String[]
private SSLContext
String[]
Methods inherited from class javax.net.ssl.SSLSocketFactory
createSocket, getDefault
Methods inherited from class javax.net.SocketFactory
createSocket
-
Constructor Details
-
BaseHttpSslSocketFactory
public BaseHttpSslSocketFactory()
-
-
Method Details
-
getSslContext
-
createSocket
public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException - Specified by:
createSocket
in classSocketFactory
- Throws:
IOException
-
createSocket
- Specified by:
createSocket
in classSocketFactory
- Throws:
IOException
-
createSocket
- Specified by:
createSocket
in classSocketFactory
- Throws:
IOException
-
createSocket
- Specified by:
createSocket
in classSocketFactory
- Throws:
IOException
-
getSupportedCipherSuites
- Specified by:
getSupportedCipherSuites
in classSSLSocketFactory
-
getDefaultCipherSuites
- Specified by:
getDefaultCipherSuites
in classSSLSocketFactory
-
createSocket
- Specified by:
createSocket
in classSSLSocketFactory
- Throws:
IOException
-
createEasySslContext
-