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
Identifier uniquely determining type of the object.String[]
List of supported tgcalls versions.int
The maximum supported API layer; use 92.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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 92. -
libraryVersions
List of supported tgcalls versions. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- 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
- True, if UDP peer-to-peer connections are supported.udpReflector
- True, if connection through UDP reflectors is supported.minLayer
- The minimum supported API layer; use 65.maxLayer
- The maximum supported API layer; use 92.libraryVersions
- List of supported tgcalls versions.
-
CallProtocol
Specifies the supported call protocols.- 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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-