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

Packages that use ProxyInfo
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smack.proxy   
 

Uses of ProxyInfo in org.jivesoftware.smack
 

Constructors in org.jivesoftware.smack with parameters of type ProxyInfo
ConnectionConfiguration(java.lang.String host, int port, ProxyInfo proxy)
          Creates a new ConnectionConfiguration for a connection that will connect to the desired host and port with desired proxy.
ConnectionConfiguration(java.lang.String host, int port, java.lang.String serviceName, ProxyInfo proxy)
          Creates a new ConnectionConfiguration using the specified host, port and service name.
ConnectionConfiguration(java.lang.String serviceName, ProxyInfo proxy)
          Creates a new ConnectionConfiguration for the specified service name with specified proxy.
 

Uses of ProxyInfo in org.jivesoftware.smack.proxy
 

Methods in org.jivesoftware.smack.proxy that return ProxyInfo
static ProxyInfo ProxyInfo.forDefaultProxy()
           
static ProxyInfo ProxyInfo.forHttpProxy(java.lang.String pHost, int pPort, java.lang.String pUser, java.lang.String pPass)
           
static ProxyInfo ProxyInfo.forNoProxy()
           
static ProxyInfo ProxyInfo.forSocks4Proxy(java.lang.String pHost, int pPort, java.lang.String pUser, java.lang.String pPass)
           
static ProxyInfo ProxyInfo.forSocks5Proxy(java.lang.String pHost, int pPort, java.lang.String pUser, java.lang.String pPass)
           
 

Constructors in org.jivesoftware.smack.proxy with parameters of type ProxyInfo
Socks4ProxySocketFactory(ProxyInfo proxy)
           
Socks5ProxySocketFactory(ProxyInfo proxy)