Package com.util.lodash.util
Class U.BaseHttpSslSocketFactory
- java.lang.Object
-
- javax.net.SocketFactory
-
- javax.net.ssl.SSLSocketFactory
-
- com.util.lodash.util.U.BaseHttpSslSocketFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classU.BaseHttpSslSocketFactory.MyX509TrustManager
-
Constructor Summary
Constructors Constructor Description BaseHttpSslSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.SocketcreateSocket(java.lang.String arg0, int arg1)java.net.SocketcreateSocket(java.lang.String arg0, int arg1, java.net.InetAddress arg2, int arg3)java.net.SocketcreateSocket(java.net.InetAddress arg0, int arg1)java.net.SocketcreateSocket(java.net.InetAddress arg0, int arg1, java.net.InetAddress arg2, int arg3)java.net.SocketcreateSocket(java.net.Socket arg0, java.lang.String arg1, int arg2, boolean arg3)java.lang.String[]getDefaultCipherSuites()java.lang.String[]getSupportedCipherSuites()
-
-
-
Method Detail
-
createSocket
public java.net.Socket createSocket(java.net.InetAddress arg0, int arg1, java.net.InetAddress arg2, int arg3) throws java.io.IOException- Specified by:
createSocketin classjavax.net.SocketFactory- Throws:
java.io.IOException
-
createSocket
public java.net.Socket createSocket(java.lang.String arg0, int arg1, java.net.InetAddress arg2, int arg3) throws java.io.IOException- Specified by:
createSocketin classjavax.net.SocketFactory- Throws:
java.io.IOException
-
createSocket
public java.net.Socket createSocket(java.net.InetAddress arg0, int arg1) throws java.io.IOException- Specified by:
createSocketin classjavax.net.SocketFactory- Throws:
java.io.IOException
-
createSocket
public java.net.Socket createSocket(java.lang.String arg0, int arg1) throws java.io.IOException- Specified by:
createSocketin classjavax.net.SocketFactory- Throws:
java.io.IOException
-
getSupportedCipherSuites
public java.lang.String[] getSupportedCipherSuites()
- Specified by:
getSupportedCipherSuitesin classjavax.net.ssl.SSLSocketFactory
-
getDefaultCipherSuites
public java.lang.String[] getDefaultCipherSuites()
- Specified by:
getDefaultCipherSuitesin classjavax.net.ssl.SSLSocketFactory
-
createSocket
public java.net.Socket createSocket(java.net.Socket arg0, java.lang.String arg1, int arg2, boolean arg3) throws java.io.IOException- Specified by:
createSocketin classjavax.net.ssl.SSLSocketFactory- Throws:
java.io.IOException
-
-