Interface ProxySettings
public interface ProxySettings
Returns information about the proxy settings in the software.
- Since:
- 9.12.0
- 
Method SummaryModifier and TypeMethodDescriptionReturns information about the HTTP(S) proxy settings.Returns information about the SOCKS V4 proxy settings.
- 
Method Details- 
getSocks4ProxySocks4Proxy getSocks4Proxy()Returns information about the SOCKS V4 proxy settings.- Returns:
- the socks v4 proxy settings interface
- Since:
- 9.12.0
 
- 
getHttpProxyHttpProxy getHttpProxy()Returns information about the HTTP(S) proxy settings.- Returns:
- the HTTP(S) proxy settings interface
- Since:
- 9.12.0
 
 
-