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 classA HTTP transparent proxy server.static final classAn MTProto proxy server.static final classA SOCKS5 proxy server.Fields in it.tdlight.jni declared as TdApi.ProxyTypeModifier and TypeFieldDescriptionTdApi.AddProxy.typeProxy type.TdApi.EditProxy.typeProxy type.TdApi.InternalLinkTypeProxy.typeType of the proxy.TdApi.Proxy.typeType of the proxy.TdApi.TestProxy.typeProxy 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.