java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallProtocol
- Enclosing class:
- TdApi
Specifies the supported call protocols.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
String[]
List of supported tgcalls versions.int
The maximum supported API layer; use 65.int
The minimum supported API layer; use 65.boolean
True, if UDP peer-to-peer connections are supported.boolean
True, if connection through UDP reflectors is supported. -
Constructor Summary
ConstructorDescriptionSpecifies the supported call protocols.CallProtocol
(boolean udpP2p, boolean udpReflector, int minLayer, int maxLayer, String[] libraryVersions) Specifies the supported call protocols.CallProtocol
(DataInput input) Specifies the supported call protocols. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
udpP2p
public boolean udpP2pTrue, if UDP peer-to-peer connections are supported. -
udpReflector
public boolean udpReflectorTrue, if connection through UDP reflectors is supported. -
minLayer
public int minLayerThe minimum supported API layer; use 65. -
maxLayer
public int maxLayerThe maximum supported API layer; use 65. -
libraryVersions
List of supported tgcalls versions. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CallProtocol
public CallProtocol()Specifies the supported call protocols. -
CallProtocol
public CallProtocol(boolean udpP2p, boolean udpReflector, int minLayer, int maxLayer, String[] libraryVersions) Specifies the supported call protocols.- Parameters:
udpP2p
- boolean True, if UDP peer-to-peer connections are supported.udpReflector
- boolean True, if connection through UDP reflectors is supported.minLayer
- int The minimum supported API layer; use 65.maxLayer
- int The maximum supported API layer; use 65.libraryVersions
- String[] List of supported tgcalls versions.
-
CallProtocol
Specifies the supported call protocols.- 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()
-