Package it.tdlight.jni
Class TdApi.Proxy
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Proxy
- Enclosing class:
- TdApi
public static class TdApi.Proxy extends TdApi.Object
Contains information about a proxy server.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
id
Unique identifier of the proxy.boolean
isEnabled
True, if the proxy is enabled now.int
lastUsedDate
Point in time (Unix timestamp) when the proxy was last used; 0 if never.int
port
Proxy server port.String
server
Proxy server IP address.TdApi.ProxyType
type
Type of the proxy. -
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.Object
serialize, toString
-
Field Details
-
id
public int idUnique identifier of the proxy. -
server
Proxy server IP address. -
port
public int portProxy server port. -
lastUsedDate
public int lastUsedDatePoint in time (Unix timestamp) when the proxy was last used; 0 if never. -
isEnabled
public boolean isEnabledTrue, if the proxy is enabled now. -
type
Type of the proxy. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
Proxy
public Proxy()Contains information about a proxy server. -
Proxy
public Proxy(int id, String server, int port, int lastUsedDate, boolean isEnabled, TdApi.ProxyType type)Contains information about a proxy server.- Parameters:
id
- int Unique identifier of the proxy.server
- String Proxy server IP address.port
- int Proxy server port.lastUsedDate
- int Point in time (Unix timestamp) when the proxy was last used; 0 if never.isEnabled
- boolean True, if the proxy is enabled now.type
- ProxyType Type of the proxy.
-
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()
-