Class SSLSocketReceiver

All Implemented Interfaces:
SocketConnector.ExceptionHandler, SSLComponent, ContextAware, LifeCycle, Runnable

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

    • SSLSocketReceiver

      public SSLSocketReceiver()
      Deprecated.
  • Method Details

    • getSsl

      public SSLConfiguration getSsl()
      Deprecated.
      Gets the SSL configuration.
      Specified by:
      getSsl in interface SSLComponent
      Returns:
      SSL configuration; if no configuration has been set, a default configuration is returned
    • setSsl

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