Uses of Interface
com.github.markusbernhardt.proxy.util.UriFilter
Packages that use UriFilter
Package
Description
-
Uses of UriFilter in com.github.markusbernhardt.proxy.search.browser.ie
Classes in com.github.markusbernhardt.proxy.search.browser.ie that implement UriFilter -
Uses of UriFilter in com.github.markusbernhardt.proxy.selector.whitelist
Classes in com.github.markusbernhardt.proxy.selector.whitelist that implement UriFilterModifier and TypeClassDescriptionclass
Tests if a host name of a given URI matches some criteria.class
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 UriFilterModifier and TypeFieldDescriptionProxyBypassListSelector.whiteListFilter
UseProxyWhiteListSelector.whiteListFilter
Methods in com.github.markusbernhardt.proxy.selector.whitelist that return types with arguments of type UriFilterModifier and TypeMethodDescriptionDefaultWhiteListParser.parseWhiteList
(String whiteList) parseWhiteListWhiteListParser.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 UriFilterModifierConstructorDescriptionProxyBypassListSelector
(List<UriFilter> whiteListFilter, ProxySelector proxySelector) Constructor