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.Methods in com.github.markusbernhardt.proxy.selector.whitelist that return types with arguments of type UriFilter Modifier and Type Method Description List<UriFilter>DefaultWhiteListParser. parseWhiteList(String whiteList)parseWhiteListList<UriFilter>WhiteListParser. parseWhiteList(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(List<UriFilter> whiteListFilter, ProxySelector proxySelector)Constructor
-