Package it.tdlight.jni
Class TdApi.Proxies
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Proxies
- Enclosing class:
- TdApi
public static class TdApi.Proxies extends TdApi.Object
Represents a list of proxy servers.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Proxy[]
proxies
List of proxy servers. -
Constructor Summary
Constructors Constructor Description Proxies()
Represents a list of proxy servers.Proxies(TdApi.Proxy[] proxies)
Represents a list of proxy servers.Proxies(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
proxies
List of proxy servers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
Proxies
public Proxies()Represents a list of proxy servers. -
Proxies
Represents a list of proxy servers.- Parameters:
proxies
- Proxy[] List of proxy servers.
-
Proxies
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-