Class FixedProxySelector

java.lang.Object
java.net.ProxySelector
com.github.markusbernhardt.proxy.selector.fixed.FixedProxySelector
Direct Known Subclasses:
FixedSocksSelector

public class FixedProxySelector extends ProxySelector
This proxy selector is configured with a fixed proxy. This proxy will be returned for all URIs passed to the select method.