Interface App.Builder

    • Method Detail

      • appName

        App.Builder appName​(String appName)

        The application's name.

        Parameters:
        appName - The application's name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocol

        App.Builder protocol​(String protocol)

        The IP protocol name or number. The name can be one of tcp, udp, or icmp. For information on possible numbers, see Protocol Numbers.

        Parameters:
        protocol - The IP protocol name or number. The name can be one of tcp, udp, or icmp. For information on possible numbers, see Protocol Numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        App.Builder port​(Long port)

        The application's port number, for example 80.

        Parameters:
        port - The application's port number, for example 80.
        Returns:
        Returns a reference to this object so that method calls can be chained together.