public abstract static class ProxyConfiguration.Proxy extends Object
| Modifier and Type | Method and Description |
|---|---|
Origin.Address |
getAddress() |
Set<String> |
getExcludedAddresses() |
Set<String> |
getIncludedAddresses() |
SslContextFactory.Client |
getSslContextFactory() |
URI |
getURI() |
boolean |
isSecure() |
boolean |
matches(Origin origin)
Matches the given
origin with the included and excluded addresses,
returning true if the given origin is to be proxied. |
abstract ClientConnectionFactory |
newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
String |
toString() |
public Origin.Address getAddress()
public boolean isSecure()
public SslContextFactory.Client getSslContextFactory()
public Set<String> getIncludedAddresses()
matches(Origin),
getExcludedAddresses()public Set<String> getExcludedAddresses()
matches(Origin),
getIncludedAddresses()public URI getURI()
public boolean matches(Origin origin)
origin with the included and excluded addresses,
returning true if the given origin is to be proxied.origin - the origin to test for proxyingpublic abstract ClientConnectionFactory newClientConnectionFactory(ClientConnectionFactory connectionFactory)
connectionFactory - the nested ClientConnectionFactoryClientConnectionFactory for this ProxyConfiguration.ProxyCopyright © 2010 - 2020 Adobe. All Rights Reserved