Module tdlight.api

Class TdApi.AddProxy

Enclosing class:
TdApi

public static final class TdApi.AddProxy extends TdApi.Function<TdApi.Proxy>
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
      Pass true to immediately enable the proxy.
    • type

      public TdApi.ProxyType type
      Proxy type.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • 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 Pass true to immediately enable the proxy.
      type - ProxyType Proxy type.
    • AddProxy

      public AddProxy(DataInput input) throws IOException
      Adds a proxy server for network requests. Can be called before authorization. Returns Proxy
      Throws:
      IOException
  • Method Details