Interface LocalPortDetails.Builder

    • Method Detail

      • port

        LocalPortDetails.Builder port​(Integer port)

        The port number of the local connection.

        Parameters:
        port - The port number of the local connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portName

        LocalPortDetails.Builder portName​(String portName)

        The port name of the local connection.

        Parameters:
        portName - The port name of the local connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.