Class ConfigurableSSLSocketFactory

java.lang.Object
javax.net.SocketFactory
ch.qos.logback.core.net.ssl.ConfigurableSSLSocketFactory

An SSLSocketFactory that configures SSL parameters (those covered by SSLParameters) on each newly created socket.

When any of this factory's createSocket methods are invoked, it calls on a SSLSocketFactory delegate to create the socket, and then sets the SSL parameters of the socket (using the provided configuration) before returning the socket to the caller.

Author:
Carl Harris