public class ProxyHostsPattern extends Object
http.nonProxyHosts
property.
The main difference to the implementation in the JDK is, that this one is using ","
as delimiter.
See:
Modifier and Type | Method and Description |
---|---|
static ProxyHostsPattern |
create(String noProxyHosts) |
String |
getNoProxyHosts() |
boolean |
matches(String hostOrIp) |
public String getNoProxyHosts()
public static ProxyHostsPattern create(String noProxyHosts)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.