Class TdApi.AddProxy

Enclosing class:
TdApi

public static class TdApi.AddProxy
extends TdApi.Function
Adds a proxy server for network requests. Can be called before authorization.

Returns Proxy

  • Field Details

    • server

      public String server
      Proxy server IP address.
    • port

      public int port
      Proxy server port.
    • enable

      public boolean enable
      True, if the proxy needs to be enabled.
    • type

      public TdApi.ProxyType type
      Proxy type.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • AddProxy

      public AddProxy()
      Adds a proxy server for network requests. Can be called before authorization.

      Returns Proxy

    • AddProxy

      public AddProxy​(String server, int port, boolean enable, TdApi.ProxyType type)
      Adds a proxy server for network requests. Can be called before authorization.

      Returns Proxy

      Parameters:
      server - String Proxy server IP address.
      port - int Proxy server port.
      enable - boolean True, if the proxy needs to be enabled.
      type - ProxyType Proxy type.
    • AddProxy

      public AddProxy​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details