Uses of Class
com.github.markusbernhardt.proxy.selector.fixed.FixedProxySelector
-
Packages that use FixedProxySelector Package Description com.github.markusbernhardt.proxy.selector.fixed com.github.markusbernhardt.proxy.util -
-
Uses of FixedProxySelector in com.github.markusbernhardt.proxy.selector.fixed
Subclasses of FixedProxySelector in com.github.markusbernhardt.proxy.selector.fixed Modifier and Type Class Description class
FixedSocksSelector
This proxy selector is configured with a fixed proxy. -
Uses of FixedProxySelector in com.github.markusbernhardt.proxy.util
Methods in com.github.markusbernhardt.proxy.util that return FixedProxySelector Modifier and Type Method Description static FixedProxySelector
ProxyUtil. parseProxySettings(java.lang.String proxyVar)
Parse host and port out of a proxy variable.
-