Class Windows10NetworkProxyServer.Builder

    • Method Detail

      • address

        public Windows10NetworkProxyServer.Builder address​(String address)
        “Address to the proxy server. Specify an address in the format <server>[“:”<port> ]”
        Parameters:
        address - value of address property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • exceptions

        public Windows10NetworkProxyServer.Builder exceptions​(List<String> exceptions)
        “Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node.”
        Parameters:
        exceptions - value of exceptions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • exceptions

        public Windows10NetworkProxyServer.Builder exceptions​(String... exceptions)
        “Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node.”
        Parameters:
        exceptions - value of exceptions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • exceptionsNextLink

        public Windows10NetworkProxyServer.Builder exceptionsNextLink​(String exceptionsNextLink)
        “Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node.”
        Parameters:
        exceptionsNextLink - value of exceptions@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • useForLocalAddresses

        public Windows10NetworkProxyServer.Builder useForLocalAddresses​(Boolean useForLocalAddresses)
        “Specifies whether the proxy server should be used for local (intranet) addresses .”
        Parameters:
        useForLocalAddresses - value of useForLocalAddresses property (as defined in service metadata)
        Returns:
        this (for method chaining)