Uses of Record Class
dev.voroby.springframework.telegram.properties.TelegramProperties.Proxy.ProxySocks5
Packages that use TelegramProperties.Proxy.ProxySocks5
-
Uses of TelegramProperties.Proxy.ProxySocks5 in dev.voroby.springframework.telegram.properties
Methods in dev.voroby.springframework.telegram.properties that return TelegramProperties.Proxy.ProxySocks5Modifier and TypeMethodDescriptionTelegramProperties.Proxy.socks5()
Returns the value of thesocks5
record component.Constructors in dev.voroby.springframework.telegram.properties with parameters of type TelegramProperties.Proxy.ProxySocks5ModifierConstructorDescriptionProxy
(String server, int port, TelegramProperties.Proxy.ProxyHttp http, TelegramProperties.Proxy.ProxySocks5 socks5, TelegramProperties.Proxy.ProxyMtProto mtproto) Creates an instance of aProxy
record class.