Class ConfigurableSSLServerSocketFactory

java.lang.Object
javax.net.ServerSocketFactory
ch.qos.logback.core.net.ssl.ConfigurableSSLServerSocketFactory

@Deprecated(since="2022-01-27") public class ConfigurableSSLServerSocketFactory extends ServerSocketFactory
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
An SSLServerSocketFactory that configures SSL parameters (those specified in invalid input: '{@link SSLParametersConfiguration) on each newly created socket. <p> When any of this factory's {@code createServerSocket'} methods are invoked, it calls on a delegate SSLServerSocketFactory to create the socket, and then sets the SSL parameters of the socket (using the provided configuration) before returning the socket to the caller.