java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ProxyType
it.tdlight.jni.TdApi.ProxyTypeHttp
- Enclosing class:
- TdApi
A HTTP transparent proxy server.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
Pass true if the proxy supports only HTTP requests and doesn't support transparent TCP connections via HTTP CONNECT method.Password for logging in; may be empty.Username for logging in; may be empty. -
Constructor Summary
ConstructorDescriptionA HTTP transparent proxy server.ProxyTypeHttp
(DataInput input) A HTTP transparent proxy server.ProxyTypeHttp
(String username, String password, boolean httpOnly) A HTTP transparent proxy server. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
username
Username for logging in; may be empty. -
password
Password for logging in; may be empty. -
httpOnly
public boolean httpOnlyPass true if the proxy supports only HTTP requests and doesn't support transparent TCP connections via HTTP CONNECT method. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ProxyTypeHttp
public ProxyTypeHttp()A HTTP transparent proxy server. -
ProxyTypeHttp
A HTTP transparent proxy server.- Parameters:
username
- String Username for logging in; may be empty.password
- String Password for logging in; may be empty.httpOnly
- boolean Pass true if the proxy supports only HTTP requests and doesn't support transparent TCP connections via HTTP CONNECT method.
-
ProxyTypeHttp
A HTTP transparent proxy server.- 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()
-