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 class
U.BaseHttpSslSocketFactory.MyX509TrustManager
-
Constructor Summary
Constructors Constructor Description U.BaseHttpSslSocketFactory()
-
Method Summary
Modifier and Type Method Description Socket
createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3)
Socket
createSocket(String arg0, int arg1, InetAddress arg2, int arg3)
Socket
createSocket(InetAddress arg0, int arg1)
Socket
createSocket(String arg0, int arg1)
Array<String>
getSupportedCipherSuites()
Array<String>
getDefaultCipherSuites()
Socket
createSocket(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)
-
-
-
-