Class UseProxyWhiteListSelector

java.lang.Object
java.net.ProxySelector
com.github.markusbernhardt.proxy.selector.whitelist.UseProxyWhiteListSelector

public class UseProxyWhiteListSelector extends ProxySelector
Special purpose ProxySelector used as Facade on top of a normal ProxySelector. A wrapper that will first check the URI against a white list and if it matches it will use a proxy as provided by the delegate ProxySelector else it will return DIRECT.