- Enclosing class:
- TdApi
Sends a simple network request to the
Telegram servers via proxy; for testing
only. Can be called before authorization.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Identifier of a datacenter with which to test connection.int
Proxy server port.Proxy server IP address.double
The maximum overall timeout for the request.Proxy type. -
Constructor Summary
ConstructorDescriptionSends a simple network request to the Telegram servers via proxy; for testing only.Sends a simple network request to the Telegram servers via proxy; for testing only.TestProxy
(String server, int port, TdApi.ProxyType type, int dcId, double timeout) Sends a simple network request to the Telegram servers via proxy; for testing only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
server
Proxy server IP address. -
port
public int portProxy server port. -
type
Proxy type. -
dcId
public int dcIdIdentifier of a datacenter with which to test connection. -
timeout
public double timeoutThe maximum overall timeout for the request. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TestProxy
public TestProxy()Sends a simple network request to the Telegram servers via proxy; for testing only. Can be called before authorization. ReturnsOk
-
TestProxy
Sends a simple network request to the Telegram servers via proxy; for testing only. Can be called before authorization. ReturnsOk
- Parameters:
server
- String Proxy server IP address.port
- int Proxy server port.type
- ProxyType Proxy type.dcId
- int Identifier of a datacenter with which to test connection.timeout
- double The maximum overall timeout for the request.
-
TestProxy
Sends a simple network request to the Telegram servers via proxy; for testing only. Can be called before authorization. ReturnsOk
- 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()
-