Package com.github.underscore
Class U.BaseHttpSslSocketFactory
-
- All Implemented Interfaces:
public class U.BaseHttpSslSocketFactory extends SSLSocketFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classU.BaseHttpSslSocketFactory.MyX509TrustManager
-
Constructor Summary
Constructors Constructor Description U.BaseHttpSslSocketFactory()
-
Method Summary
Modifier and Type Method Description SocketcreateSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3)SocketcreateSocket(String arg0, int arg1, InetAddress arg2, int arg3)SocketcreateSocket(InetAddress arg0, int arg1)SocketcreateSocket(String arg0, int arg1)Array<String>getSupportedCipherSuites()Array<String>getDefaultCipherSuites()SocketcreateSocket(Socket arg0, String arg1, int arg2, boolean arg3)-
-
Method Detail
-
createSocket
Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3)
-
createSocket
Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3)
-
createSocket
Socket createSocket(InetAddress arg0, int arg1)
-
createSocket
Socket createSocket(String arg0, int arg1)
-
getSupportedCipherSuites
Array<String> getSupportedCipherSuites()
-
getDefaultCipherSuites
Array<String> getDefaultCipherSuites()
-
createSocket
Socket createSocket(Socket arg0, String arg1, int arg2, boolean arg3)
-
-
-
-