- Enclosing class:
- TdApi
Edits an existing 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.int
Proxy identifier.Proxy server IP address.Proxy type. -
Constructor Summary
ConstructorDescriptionEdits an existing proxy server for network requests.EditProxy
(int proxyId, String server, int port, boolean enable, TdApi.ProxyType type) Edits an existing proxy server for network requests.Edits an existing proxy server for network requests. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
proxyId
public int proxyIdProxy identifier. -
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
-
EditProxy
public EditProxy()Edits an existing proxy server for network requests. Can be called before authorization.Returns
Proxy
-
EditProxy
Edits an existing proxy server for network requests. Can be called before authorization.Returns
Proxy
- Parameters:
proxyId
- int Proxy identifier.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.
-
EditProxy
Edits an existing 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()
-