Package it.tdlight.jni
Class TdApi.EditProxy
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.EditProxy
- Enclosing class:
- TdApi
public static class TdApi.EditProxy extends TdApi.Function
Edits an existing 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.int
proxyId
Proxy identifier.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(DataOutput output)
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 should be enabled. -
type
Proxy type. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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 should be enabled.type
- ProxyType Proxy type.
-
EditProxy
- 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()
-