Package org.bouncycastle.jsse.util
Class SetHostSocketFactory
java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory
org.bouncycastle.jsse.util.CustomSSLSocketFactory
org.bouncycastle.jsse.util.SetHostSocketFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final ThreadLocal<SetHostSocketFactory>protected final URLFields inherited from class org.bouncycastle.jsse.util.CustomSSLSocketFactory
delegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> VCalls aCallablein a context where this class's staticgetDefault()method will return thisSetHostSocketFactory.protected Socketstatic SocketFactorySignature matchesSSLSocketFactory.getDefault()so that it can be used with e.g.Methods inherited from class org.bouncycastle.jsse.util.CustomSSLSocketFactory
createSocket, createSocket, createSocket, createSocket, createSocket, createSocket, createSocket, getDefaultCipherSuites, getSupportedCipherSuites
-
Field Details
-
threadLocal
-
url
-
-
Constructor Details
-
SetHostSocketFactory
-
-
Method Details
-
getDefault
Signature matchesSSLSocketFactory.getDefault()so that it can be used with e.g. the "java.naming.ldap.factory.socket" property or similar.- See Also:
-
call
Calls aCallablein a context where this class's staticgetDefault()method will return thisSetHostSocketFactory.- Throws:
Exception
-
configureSocket
- Overrides:
configureSocketin classCustomSSLSocketFactory
-