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 classIELocalByPassFilter -
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 classHostnameFilterTests if a host name of a given URI matches some criteria.classIpRangeFilterFilters 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. whiteListFilterprivate java.util.List<UriFilter>UseProxyWhiteListSelector. whiteListFilterMethods 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
-