Interface Listener.Builder

    • Method Detail

      • protocol

        Listener.Builder protocol​(String protocol)

        The protocol that is used by the Listener.

        Parameters:
        protocol - The protocol that is used by the Listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        Listener.Builder port​(Integer port)

        The port that is used by the Listener.

        Parameters:
        port - The port that is used by the Listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.