Uses of Class
org.drinkless.tdlib.TdApi.ProxyType
Packages that use TdApi.ProxyType
-
Uses of TdApi.ProxyType in org.drinkless.tdlib
Subclasses of TdApi.ProxyType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A HTTP transparent proxy server.static class
An MTProto proxy server.static class
A SOCKS5 proxy server.Fields in org.drinkless.tdlib 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 org.drinkless.tdlib with parameters of type TdApi.ProxyTypeModifierConstructorDescriptionAddProxy
(String server, int port, boolean enable, TdApi.ProxyType type) Creates a function, which adds a proxy server for network requests.EditProxy
(int proxyId, String server, int port, boolean enable, TdApi.ProxyType type) Creates a function, which 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) Creates a function, which sends a simple network request to the Telegram servers via proxy; for testing only.