Interface PortRange.Builder

  • Method Details

    • begin

      PortRange.Builder begin(Integer begin)

      The first port in the port range.

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

      The last port in the port range.

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