Modifier and Type | Method and Description |
---|---|
Proxy.Builder |
Proxy.Builder.active(boolean active) |
Proxy.Builder |
Proxy.Builder.host(String host) |
Proxy.Builder |
Proxy.Builder.id(String id) |
static Proxy.Builder |
Proxy.newBuilder()
Creates a new
Proxy builder instance. |
static Proxy.Builder |
Proxy.newBuilder(boolean withDefaults)
Creates a new
Proxy builder instance using default values or not. |
static Proxy.Builder |
Proxy.newBuilder(Proxy from)
Creates a new
Proxy builder instance using the specified object as a basis. |
static Proxy.Builder |
Proxy.newBuilder(Proxy from,
boolean forceCopy)
Creates a new
Proxy builder instance using the specified object as a basis. |
Proxy.Builder |
Proxy.Builder.nonProxyHosts(String nonProxyHosts) |
Proxy.Builder |
Proxy.Builder.password(String password) |
Proxy.Builder |
Proxy.Builder.port(int port) |
Proxy.Builder |
Proxy.Builder.protocol(String protocol) |
Proxy.Builder |
Proxy.Builder.username(String username) |
Proxy.Builder |
Proxy.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.