Interface RemotePortDetails.Builder

    • Method Detail

      • port

        RemotePortDetails.Builder port​(Integer port)

        The port number of the remote connection.

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

        RemotePortDetails.Builder portName​(String portName)

        The port name of the remote connection.

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