Uses of Interface
com.github.markusbernhardt.proxy.util.UriFilter
-
Packages that use UriFilter Package Description com.github.markusbernhardt.proxy.search.browser.ie com.github.markusbernhardt.proxy.selector.whitelist -
-
Uses of UriFilter in com.github.markusbernhardt.proxy.search.browser.ie
Classes in com.github.markusbernhardt.proxy.search.browser.ie that implement UriFilter Modifier and Type Class Description class
IELocalByPassFilter
-
Uses of UriFilter in com.github.markusbernhardt.proxy.selector.whitelist
Classes in com.github.markusbernhardt.proxy.selector.whitelist that implement UriFilter Modifier and Type Class Description class
HostnameFilter
Tests if a host name of a given URI matches some criteria.class
IpRangeFilter
Filters an URI by inspecting it's IP address is in a given range.Fields in com.github.markusbernhardt.proxy.selector.whitelist with type parameters of type UriFilter Modifier and Type Field Description private java.util.List<UriFilter>
ProxyBypassListSelector. whiteListFilter
private java.util.List<UriFilter>
UseProxyWhiteListSelector. whiteListFilter
Methods in com.github.markusbernhardt.proxy.selector.whitelist that return types with arguments of type UriFilter Modifier and Type Method Description java.util.List<UriFilter>
DefaultWhiteListParser. parseWhiteList(java.lang.String whiteList)
parseWhiteListjava.util.List<UriFilter>
WhiteListParser. parseWhiteList(java.lang.String whiteList)
Parses a list of host name and IP filters into UriFilter objects.Constructor parameters in com.github.markusbernhardt.proxy.selector.whitelist with type arguments of type UriFilter Constructor Description ProxyBypassListSelector(java.util.List<UriFilter> whiteListFilter, java.net.ProxySelector proxySelector)
Constructor
-