Uses of Class
it.tdlight.jni.TdApi.ProxyType
-
Uses of TdApi.ProxyType in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
A HTTP transparent proxy server.static final class
An MTProto proxy server.static final class
A SOCKS5 proxy server.Modifier 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.ModifierConstructorDescriptionAddProxy
(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.