java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallServer
- Enclosing class:
- TdApi
Describes a server for relaying call data.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Server identifier.Server IPv4 address.Server IPv6 address.int
Server port number.Server type. -
Constructor Summary
ConstructorDescriptionDescribes a server for relaying call data.CallServer
(long id, String ipAddress, String ipv6Address, int port, TdApi.CallServerType type) Describes a server for relaying call data.CallServer
(DataInput input) Describes a server for relaying call data. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public long idServer identifier. -
ipAddress
Server IPv4 address. -
ipv6Address
Server IPv6 address. -
port
public int portServer port number. -
type
Server type. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CallServer
public CallServer()Describes a server for relaying call data. -
CallServer
public CallServer(long id, String ipAddress, String ipv6Address, int port, TdApi.CallServerType type) Describes a server for relaying call data.- Parameters:
id
- long Server identifier.ipAddress
- String Server IPv4 address.ipv6Address
- String Server IPv6 address.port
- int Server port number.type
- CallServerType Server type.
-
CallServer
Describes a server for relaying call data.- 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()
-