Interface Listener


  • public interface Listener
    Listener.
    Since:
    1.0
    • Method Detail

      • getBacklog

        int getBacklog()
        Returns the backlog.
        Returns:
        the backlog
        Since:
        1.0
      • getHousekeepingInterval

        int getHousekeepingInterval()
        Returns the housekeeping interval.
        Returns:
        the housekeeping interval
        Since:
        1.0
      • getMaxConnections

        int getMaxConnections()
        Returns the max connections.
        Returns:
        the max connections
        Since:
        1.0
      • getPort

        int getPort()
        Returns the port.
        Returns:
        the port
        Since:
        1.0
      • getTimeout

        int getTimeout()
        Returns the timeout.
        Returns:
        the timeout
        Since:
        1.0