Class ConfigurableSSLSocketFactory

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

@Deprecated(since="2022-01-27") public class ConfigurableSSLSocketFactory extends SocketFactory
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
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.