Class AbstractSSLSocketAppender<E>

All Implemented Interfaces:
Appender<E>, SocketConnector.ExceptionHandler, SSLComponent, ContextAware, FilterAttachable<E>, LifeCycle
Direct Known Subclasses:
SSLSocketAppender

@Deprecated(since="2022-01-27") public abstract class AbstractSSLSocketAppender<E> extends AbstractSocketAppender<E> implements SSLComponent
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
An abstract base for module specific SSLSocketAppender implementations located in other logback modules.
  • Method Details

    • start

      public void start()
      Deprecated.
      Specified by:
      start in interface LifeCycle
      Overrides:
      start in class AbstractSocketAppender<E>
    • 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