Class ProxyBypassListSelector

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

public class ProxyBypassListSelector 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 return DIRECT else it will pass the URI to an delegate for inspection.