-
- All Implemented Interfaces:
-
org.openziti.util.Logged
public final class ZitiSSLSocketFactory extends SSLSocketFactory implements Logged
-
-
Field Summary
Fields Modifier and Type Field Description private final X509TrustManagerTrustManagerprivate final SSLSocketFactorydefaultFactory
-
Constructor Summary
Constructors Constructor Description ZitiSSLSocketFactory()
-
Method Summary
Modifier and Type Method Description final X509TrustManagergetTrustManager()final SSLSocketFactorygetDefaultFactory()Array<String>getDefaultCipherSuites()SocketcreateSocket(Socket s, String host, Integer port, Boolean autoClose)SocketcreateSocket(String host, Integer port)SocketcreateSocket(String host, Integer port, InetAddress localHost, Integer localPort)SocketcreateSocket(InetAddress host, Integer port)SocketcreateSocket(InetAddress a, Integer p, InetAddress la, Integer lp)Array<String>getSupportedCipherSuites()-
Methods inherited from class org.openziti.util.Logged
d, d, e, e, e, e, i, i, t, t, v, v, w, w -
Methods inherited from class javax.net.ssl.SSLSocketFactory
createSocket -
Methods inherited from class javax.net.SocketFactory
createSocket -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTrustManager
final X509TrustManager getTrustManager()
-
getDefaultFactory
final SSLSocketFactory getDefaultFactory()
-
getDefaultCipherSuites
Array<String> getDefaultCipherSuites()
-
createSocket
Socket createSocket(String host, Integer port)
-
createSocket
Socket createSocket(String host, Integer port, InetAddress localHost, Integer localPort)
-
createSocket
Socket createSocket(InetAddress host, Integer port)
-
createSocket
Socket createSocket(InetAddress a, Integer p, InetAddress la, Integer lp)
-
getSupportedCipherSuites
Array<String> getSupportedCipherSuites()
-
-
-
-