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 classFixedSocksSelectorThis 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 FixedProxySelectorProxyUtil. parseProxySettings(String proxyVar)Parse host and port out of a proxy variable.
-