Interface ProxySettings
-
public interface ProxySettingsReturns information about the proxy settings in the software.- Since:
- 9.12.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpProxygetHttpProxy()Returns information about the HTTP(S) proxy settings.Socks4ProxygetSocks4Proxy()Returns information about the SOCKS V4 proxy settings.
-
-
-
Method Detail
-
getSocks4Proxy
Socks4Proxy getSocks4Proxy()
Returns information about the SOCKS V4 proxy settings.- Returns:
- the socks v4 proxy settings interface
- Since:
- 9.12.0
-
getHttpProxy
HttpProxy getHttpProxy()
Returns information about the HTTP(S) proxy settings.- Returns:
- the HTTP(S) proxy settings interface
- Since:
- 9.12.0
-
-