Interface PortRangeFromTo.Builder

    • Method Detail

      • from

        PortRangeFromTo.Builder from​(Integer from)

        The first port in the port range.

        Parameters:
        from - The first port in the port range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • to

        PortRangeFromTo.Builder to​(Integer to)

        The last port in the port range.

        Parameters:
        to - The last port in the port range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.