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 SSLContextcreateSocket(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 SSLContextString[]Methods inherited from class javax.net.ssl.SSLSocketFactory
createSocket, getDefaultMethods 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:
 createSocketin classSocketFactory- Throws:
 IOException
 - 
createSocket
- Specified by:
 createSocketin classSocketFactory- Throws:
 IOException
 - 
createSocket
- Specified by:
 createSocketin classSocketFactory- Throws:
 IOException
 - 
createSocket
- Specified by:
 createSocketin classSocketFactory- Throws:
 IOException
 - 
getSupportedCipherSuites
- Specified by:
 getSupportedCipherSuitesin classSSLSocketFactory
 - 
getDefaultCipherSuites
- Specified by:
 getDefaultCipherSuitesin classSSLSocketFactory
 - 
createSocket
- Specified by:
 createSocketin classSSLSocketFactory- Throws:
 IOException
 - 
createEasySslContext
 
 -