public abstract static class ProxyConfiguration.Proxy extends Object
Modifier | Constructor and Description |
---|---|
protected |
ProxyConfiguration.Proxy(Origin.Address address,
boolean secure) |
Modifier and Type | Method and Description |
---|---|
Origin.Address |
getAddress() |
Set<String> |
getExcludedAddresses() |
Set<String> |
getIncludedAddresses() |
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() |
protected ProxyConfiguration.Proxy(Origin.Address address, boolean secure)
public Origin.Address getAddress()
public boolean isSecure()
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 ClientConnectionFactory
ClientConnectionFactory
for this ProxyConfiguration.Proxy
Copyright © 1995-2015 Webtide. All Rights Reserved.