Uses of Class
org.drinkless.tdlib.TdApi.Proxy
Packages that use TdApi.Proxy
-
Uses of TdApi.Proxy in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ProxyModifier and TypeFieldDescriptionTdApi.AddedProxy.proxyThe proxy.TdApi.AddProxy.proxyThe proxy to add.TdApi.EditProxy.proxyThe new information about the proxy.TdApi.InternalLinkTypeProxy.proxyThe proxy; may be null if the proxy is unsupported, in which case an alert can be shown to the user.TdApi.PingProxy.proxyThe proxy to test; pass null to ping a Telegram server without a proxy.TdApi.TestProxy.proxyThe proxy to test.Constructors in org.drinkless.tdlib with parameters of type TdApi.ProxyModifierConstructorDescriptionAddedProxy(int id, int lastUsedDate, boolean isEnabled, String comment, TdApi.Proxy proxy) Contains information about a proxy server added to the list of proxies.AddProxy(TdApi.Proxy proxy, boolean enable, String comment) Creates a function, which adds a proxy server for network requests.EditProxy(int proxyId, TdApi.Proxy proxy, boolean enable, String comment) Creates a function, which edits an existing proxy server for network requests.InternalLinkTypeProxy(TdApi.Proxy proxy) The link is a link to a proxy.PingProxy(TdApi.Proxy proxy) Creates a function, which computes time needed to receive a response from a Telegram server through a proxy.TestProxy(TdApi.Proxy proxy, int dcId, double timeout) Creates a function, which sends a simple network request to the Telegram servers via proxy; for testing only.