java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ProxyType
it.tdlight.jni.TdApi.ProxyTypeMtproto
- Enclosing class:
- TdApi
An MTProto proxy server.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The proxy's secret in hexadecimal encoding. -
Constructor Summary
ConstructorDescriptionAn MTProto proxy server.ProxyTypeMtproto
(DataInput input) An MTProto proxy server.ProxyTypeMtproto
(String secret) An MTProto proxy server. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
secret
The proxy's secret in hexadecimal encoding. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ProxyTypeMtproto
public ProxyTypeMtproto()An MTProto proxy server. -
ProxyTypeMtproto
An MTProto proxy server.- Parameters:
secret
- String The proxy's secret in hexadecimal encoding.
-
ProxyTypeMtproto
An MTProto proxy server.- 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()
-