Interface PCFilter.DefinitionStages.WithLocalIP<ParentT>

    • Method Detail

      • withLocalIPAddress

        PCFilter.Definition<ParentT> withLocalIPAddress​(String ipAddress)
        Set local IP address to be filtered on.
        Parameters:
        ipAddress - local IP address
        Returns:
        the next stage
      • withLocalIPAddressesRange

        PCFilter.Definition<ParentT> withLocalIPAddressesRange​(String startIPAddress,
                                                               String endIPAddress)
        Set local IP addresses range to be filtered on.
        Parameters:
        startIPAddress - range start IP address
        endIPAddress - range end IP address
        Returns:
        the next stage
      • withLocalIPAddresses

        PCFilter.Definition<ParentT> withLocalIPAddresses​(List<String> ipAddresses)
        Set list of local IP addresses to be filtered on.
        Parameters:
        ipAddresses - list of IP address
        Returns:
        the next stage