Uses of Class
org.jivesoftware.smack.proxy.ProxyInfo.ProxyType

Packages that use ProxyInfo.ProxyType
org.jivesoftware.smack.proxy   
 

Uses of ProxyInfo.ProxyType in org.jivesoftware.smack.proxy
 

Methods in org.jivesoftware.smack.proxy that return ProxyInfo.ProxyType
 ProxyInfo.ProxyType ProxyInfo.getProxyType()
           
static ProxyInfo.ProxyType ProxyInfo.ProxyType.valueOf(java.lang.String name)
          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.
 

Constructors in org.jivesoftware.smack.proxy with parameters of type ProxyInfo.ProxyType
ProxyException(ProxyInfo.ProxyType type)
           
ProxyException(ProxyInfo.ProxyType type, java.lang.String ex)
           
ProxyException(ProxyInfo.ProxyType type, java.lang.String ex, java.lang.Throwable cause)
           
ProxyInfo(ProxyInfo.ProxyType pType, java.lang.String pHost, int pPort, java.lang.String pUser, java.lang.String pPass)