Uses of Enum
org.jivesoftware.smack.proxy.ProxyInfo.ProxyType
-
Uses of ProxyInfo.ProxyType in org.jivesoftware.smack.proxy
Modifier 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.Modifier and TypeMethodDescriptionstatic Function<ProxySocketConnection,
ProxyInfo> ProxySocketConnection.forProxyType
(ProxyInfo.ProxyType proxyType) ModifierConstructorDescriptionProxyException
(ProxyInfo.ProxyType type, String ex) ProxyInfo
(ProxyInfo.ProxyType pType, String pHost, int pPort, String pUser, String pPass)