Class SocketReceiver

All Implemented Interfaces:
SocketConnector.ExceptionHandler, ContextAware, LifeCycle, Runnable
Direct Known Subclasses:
SSLSocketReceiver

@Deprecated(since="2022-01-27") public class SocketReceiver extends ReceiverBase implements Runnable, SocketConnector.ExceptionHandler
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A component that receives serialized ILoggingEvent objects from a remote appender over a Socket.
  • Constructor Details

    • SocketReceiver

      public SocketReceiver()
      Deprecated.
  • Method Details

    • run

      public void run()
      Deprecated.
      Specified by:
      run in interface Runnable
    • connectionFailed

      public void connectionFailed(SocketConnector connector, Exception ex)
      Deprecated.
      Specified by:
      connectionFailed in interface SocketConnector.ExceptionHandler
    • setRemoteHost

      public void setRemoteHost(String remoteHost)
      Deprecated.
    • setPort

      public void setPort(int port)
      Deprecated.
    • setReconnectionDelay

      public void setReconnectionDelay(int reconnectionDelay)
      Deprecated.
    • setAcceptConnectionTimeout

      public void setAcceptConnectionTimeout(int acceptConnectionTimeout)
      Deprecated.