Uses of Class
it.tdlight.jni.TdApi.ProxyType
-
Uses of TdApi.ProxyType in it.tdlight.jni
Subclasses of TdApi.ProxyType in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
A HTTP transparent proxy server.static final class
An MTProto proxy server.static final class
A SOCKS5 proxy server.Fields in it.tdlight.jni declared as TdApi.ProxyTypeModifier and TypeFieldDescriptionTdApi.AddProxy.type
Proxy type.TdApi.EditProxy.type
Proxy type.TdApi.InternalLinkTypeProxy.type
Type of the proxy.TdApi.Proxy.type
Type of the proxy.TdApi.TestProxy.type
Proxy type.Constructors in it.tdlight.jni with parameters of type TdApi.ProxyTypeModifierConstructorDescriptionAddProxy
(String server, int port, boolean enable, TdApi.ProxyType type) Adds a 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.InternalLinkTypeProxy
(String server, int port, TdApi.ProxyType type) The link is a link to a proxy.Proxy
(int id, String server, int port, int lastUsedDate, boolean isEnabled, TdApi.ProxyType type) Contains information about a proxy server.TestProxy
(String server, int port, TdApi.ProxyType type, int dcId, double timeout) Sends a simple network request to the Telegram servers via proxy; for testing only.