Class SSLServerSocketReceiver

All Implemented Interfaces:
SSLComponent, ContextAware, LifeCycle

@Deprecated(since="2022-01-27") public class SSLServerSocketReceiver extends ServerSocketReceiver implements SSLComponent
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A ServerSocketReceiver that supports SSL.
  • Constructor Details

    • SSLServerSocketReceiver

      public SSLServerSocketReceiver()
      Deprecated.
  • Method Details

    • getSsl

      public SSLConfiguration getSsl()
      Deprecated.
      Gets the server's SSL configuration.
      Specified by:
      getSsl in interface SSLComponent
      Returns:
      SSL configuration; if no SSL configuration was provided a default configuration is returned
    • setSsl

      public void setSsl(SSLConfiguration ssl)
      Deprecated.
      Gets the server's SSL configuration.
      Specified by:
      setSsl in interface SSLComponent
      Parameters:
      ssl - the SSL configuration to set.