Package it.tdlight.jni
Class TdApi.AddProxy
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.AddProxy
- Enclosing class:
- TdApi
public static class TdApi.AddProxy extends TdApi.Function
Adds a proxy server for network
requests. Can be called before authorization.
Returns Proxy
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
enable
True, if the proxy should be enabled.int
port
Proxy server port.String
server
Proxy server IP address.TdApi.ProxyType
type
Proxy type. -
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutputStream output)
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. -
enable
public boolean enableTrue, if the proxy should be enabled. -
type
Proxy type. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
AddProxy
public AddProxy()Adds a proxy server for network requests. Can be called before authorization.Returns
Proxy
-
AddProxy
Adds a proxy server for network requests. Can be called before authorization.Returns
Proxy
- Parameters:
server
- String Proxy server IP address.port
- int Proxy server port.enable
- boolean True, if the proxy should be enabled.type
- ProxyType Proxy type.
-
AddProxy
- 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()
-