Uses of Enum
org.jivesoftware.smack.proxy.ProxyInfo.ProxyType
Packages that use ProxyInfo.ProxyType
-
Uses of ProxyInfo.ProxyType in org.jivesoftware.smack.proxy
Methods in org.jivesoftware.smack.proxy that return ProxyInfo.ProxyTypeModifier and TypeMethodDescriptionProxyInfo.getProxyType()
static ProxyInfo.ProxyType
Returns the enum constant of this type with the specified name.static ProxyInfo.ProxyType[]
ProxyInfo.ProxyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack.proxy with parameters of type ProxyInfo.ProxyTypeModifier and TypeMethodDescriptionstatic Function<ProxyInfo,
ProxySocketConnection> ProxySocketConnection.forProxyType
(ProxyInfo.ProxyType proxyType) Constructors in org.jivesoftware.smack.proxy with parameters of type ProxyInfo.ProxyTypeModifierConstructorDescriptionProxyException
(ProxyInfo.ProxyType type, String ex) ProxyInfo
(ProxyInfo.ProxyType pType, String pHost, int pPort, String pUser, String pPass)