public class ClientProxyOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientProxyOptions.AddressSpec |
static interface |
ClientProxyOptions.Builder |
static class |
ClientProxyOptions.Proxy
Proxy Type
|
static interface |
ClientProxyOptions.TypeSpec |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asDetailedString() |
java.lang.String |
asSimpleString() |
static ClientProxyOptions.TypeSpec |
builder()
Creates a builder for
ClientProxyOptions |
java.util.function.Supplier<? extends java.net.InetSocketAddress> |
getAddress()
The supplier for the address to connect to.
|
java.util.regex.Pattern |
getNonProxyHosts()
Regular expression (
using java.util.regex) for a configured
list of hosts that should be reached directly, bypassing the proxy. |
ClientProxyOptions.Proxy |
getType()
The proxy type
|
io.netty.handler.proxy.ProxyHandler |
newProxyHandler()
Return a new eventual
ProxyHandler |
java.lang.String |
toString() |
public static ClientProxyOptions.TypeSpec builder()
ClientProxyOptionspublic final ClientProxyOptions.Proxy getType()
public final java.util.function.Supplier<? extends java.net.InetSocketAddress> getAddress()
public final java.util.regex.Pattern getNonProxyHosts()
using java.util.regex) for a configured
list of hosts that should be reached directly, bypassing the proxy.using java.util.regex) for
a configured list of hosts that should be reached directly, bypassing the
proxy.public final io.netty.handler.proxy.ProxyHandler newProxyHandler()
ProxyHandlerProxyHandlerpublic java.lang.String asSimpleString()
public java.lang.String asDetailedString()
public java.lang.String toString()
toString in class java.lang.Object