Class ServerSocketReceiver

All Implemented Interfaces:
ContextAware, LifeCycle
Direct Known Subclasses:
SSLServerSocketReceiver

@Deprecated(since="2022-01-27") public class ServerSocketReceiver extends ReceiverBase
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A logging socket server that is configurable using Joran.
  • Field Details

  • Constructor Details

    • ServerSocketReceiver

      public ServerSocketReceiver()
      Deprecated.
  • Method Details

    • getPort

      public int getPort()
      Deprecated.
      Gets the local port for the listener.
      Returns:
      local port
    • setPort

      public void setPort(int port)
      Deprecated.
      Sets the local port for the listener.
      Parameters:
      port - the local port to set
    • getBacklog

      public int getBacklog()
      Deprecated.
      Gets the listener queue depth.

      This represents the number of connected clients whose connections have not yet been accepted.

      Returns:
      queue depth
      See Also:
    • setBacklog

      public void setBacklog(int backlog)
      Deprecated.
      Sets the listener queue depth.

      This represents the number of connected clients whose connections have not yet been accepted.

      Parameters:
      backlog - the queue depth to set
      See Also:
    • getAddress

      public String getAddress()
      Deprecated.
      Gets the local address for the listener.
      Returns:
      a string representation of the local address
    • setAddress

      public void setAddress(String address)
      Deprecated.
      Sets the local address for the listener.
      Parameters:
      address - a host name or a string representation of an IP address