Uses of Class
org.drinkless.tdlib.TdApi.ProxyType
-
Packages that use TdApi.ProxyType Package Description org.drinkless.tdlib -
-
Uses of TdApi.ProxyType in org.drinkless.tdlib
Subclasses of TdApi.ProxyType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.ProxyTypeHttpA HTTP transparent proxy server.static classTdApi.ProxyTypeMtprotoAn MTProto proxy server.static classTdApi.ProxyTypeSocks5A SOCKS5 proxy server.Fields in org.drinkless.tdlib declared as TdApi.ProxyType Modifier and Type Field Description TdApi.ProxyTypeTdApi.AddProxy. typeProxy type.TdApi.ProxyTypeTdApi.EditProxy. typeProxy type.TdApi.ProxyTypeTdApi.InternalLinkTypeProxy. typeType of the proxy.TdApi.ProxyTypeTdApi.Proxy. typeType of the proxy.TdApi.ProxyTypeTdApi.TestProxy. typeProxy type.Constructors in org.drinkless.tdlib with parameters of type TdApi.ProxyType Constructor Description AddProxy(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.
-