Windows10NetworkProxyServer.Builder |
Windows10NetworkProxyServer.Builder.address(String address) |
“Address to the proxy server.
|
static Windows10NetworkProxyServer.Builder |
Windows10NetworkProxyServer.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Windows10NetworkProxyServer.Builder |
Windows10NetworkProxyServer.Builder.exceptions(String... exceptions) |
“Addresses that should not use the proxy server.
|
Windows10NetworkProxyServer.Builder |
Windows10NetworkProxyServer.Builder.exceptions(List<String> exceptions) |
“Addresses that should not use the proxy server.
|
Windows10NetworkProxyServer.Builder |
Windows10NetworkProxyServer.Builder.exceptionsNextLink(String exceptionsNextLink) |
“Addresses that should not use the proxy server.
|
Windows10NetworkProxyServer.Builder |
Windows10NetworkProxyServer.Builder.useForLocalAddresses(Boolean useForLocalAddresses) |
“Specifies whether the proxy server should be used for local (intranet) addresses
.”
|