Package it.tdlight.jni
Class TdApi.GetProxies
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetProxies
- Enclosing class:
- TdApi
public static class TdApi.GetProxies extends TdApi.Function
Returns list of proxies that are
currently set up. Can be called before authorization.
Returns Proxies
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description GetProxies()
Returns list of proxies that are currently set up.GetProxies(DataInput input)
Returns list of proxies that are currently set up. -
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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetProxies
public GetProxies()Returns list of proxies that are currently set up. Can be called before authorization.Returns
Proxies
-
GetProxies
Returns list of proxies that are currently set up. Can be called before authorization.Returns
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()
-