- Enclosing class:
- TdApi
Adds a proxy server for network
requests. Can be called before authorization.
Returns Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the proxy needs to be enabled.int
Proxy server port.Proxy server IP address.Proxy type. -
Constructor Summary
-
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. -
enable
public boolean enableTrue, if the proxy needs to be enabled. -
type
Proxy type. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
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 needs to be enabled.type
- ProxyType Proxy type.
-
AddProxy
Adds a proxy server for network requests. Can be called before authorization.Returns
Proxy
- 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()
-