Interface PCFilter.DefinitionStages.WithRemotePort<ParentT>

    • Method Detail

      • withRemotePort

        PCFilter.Definition<ParentT> withRemotePort​(int port)
        Set the remote port to be filtered on.
        Parameters:
        port - port number
        Returns:
        the next stage
      • withRemotePortRange

        PCFilter.Definition<ParentT> withRemotePortRange​(int startPort,
                                                         int endPort)
        Set the remote port range to be filtered on.
        Parameters:
        startPort - range start port number
        endPort - range end port number
        Returns:
        the next stage
      • withRemotePorts

        PCFilter.Definition<ParentT> withRemotePorts​(List<Integer> ports)
        Set the list of remote ports to be filtered on.
        Parameters:
        ports - list of remote ports
        Returns:
        the next stage