Interface ProxySettings


public interface ProxySettings
Returns information about the proxy settings in the software.
Since:
9.12.0
  • Method Summary

    Modifier and Type Method Description
    HttpProxy getHttpProxy()
    Returns information about the HTTP(S) proxy settings.
    Socks4Proxy getSocks4Proxy()
    Returns information about the SOCKS V4 proxy settings.
  • Method Details

    • 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