Module tdlight.api

Class TdApi.Proxy

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Proxy
Enclosing class:
TdApi

public static final class TdApi.Proxy extends TdApi.Object
Contains information about a proxy server.
  • Field Details

    • id

      public int id
      Unique identifier of the proxy.
    • server

      public String server
      Proxy server IP address.
    • port

      public int port
      Proxy server port.
    • lastUsedDate

      public int lastUsedDate
      Point in time (Unix timestamp) when the proxy was last used; 0 if never.
    • isEnabled

      public boolean isEnabled
      True, if the proxy is enabled now.
    • type

      public TdApi.ProxyType type
      Type of the proxy.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • Proxy

      public Proxy()
      Contains information about a proxy server.
    • Proxy

      public Proxy(int id, String server, int port, int lastUsedDate, boolean isEnabled, TdApi.ProxyType type)
      Contains information about a proxy server.
      Parameters:
      id - Unique identifier of the proxy.
      server - Proxy server IP address.
      port - Proxy server port.
      lastUsedDate - Point in time (Unix timestamp) when the proxy was last used; 0 if never.
      isEnabled - True, if the proxy is enabled now.
      type - Type of the proxy.
    • Proxy

      public Proxy(DataInput input) throws IOException
      Contains information about a proxy server.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object