keycloak
|
公開メンバ関数 | |
ProxyMapping (Pattern hostnamePattern, HttpHost proxy) | |
Pattern | getHostnamePattern () |
HttpHost | getProxy () |
boolean | matches (String hostname) |
String | toString () |
静的公開メンバ関数 | |
static ProxyMapping | valueOf (String mapping) |
静的公開変数類 | |
static final String | NO_PROXY = "NO_PROXY" |
静的非公開メンバ関数 | |
static HttpHost | toProxyHost (String proxyUriString) |
非公開変数類 | |
final Pattern | hostnamePattern |
final HttpHost | proxy |
静的非公開変数類 | |
static final String | DELIMITER = ";" |
ProxyMapping describes a Proxy Mapping with a Hostname Pattern that is mapped to a proxy HttpHost.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticprivate |
|
inline |
|
inlinestatic |
Parses a mapping string into an ProxyMapping.
A proxy mapping string must have the following format:
with semicolon as a delimiter.
If no proxy should be used for a host pattern then use
as www-proxy-uri.
Examples:
.*\.(google\.com|googleapis\.com);http://www-proxy.acme.corp.com:8080.*\.acme\.corp\.com;NO_PROXY.*;http://fallback:8080
mapping |
|
staticprivate |
|
private |
|
static |
|
private |