Interface ProxySettings


  • public interface ProxySettings
    Returns information about the proxy settings in the software.
    Since:
    9.12.0
    • 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