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