Uses of Class
org.jivesoftware.smack.proxy.ProxyInfo
-
Packages that use ProxyInfo Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.bosh Smack's API for BOSH (XEP-206, XEP-124).org.jivesoftware.smack.proxy Support for XMPP connections over Proxies. -
-
Uses of ProxyInfo in org.jivesoftware.smack
Fields in org.jivesoftware.smack declared as ProxyInfo Modifier and Type Field Description protected ProxyInfo
ConnectionConfiguration. proxy
Methods in org.jivesoftware.smack that return ProxyInfo Modifier and Type Method Description ProxyInfo
ConnectionConfiguration. getProxyInfo()
Get the configured proxy information (if any).Methods in org.jivesoftware.smack with parameters of type ProxyInfo Modifier and Type Method Description B
ConnectionConfiguration.Builder. setProxyInfo(ProxyInfo proxyInfo)
Set the information about the Proxy used for the connection. -
Uses of ProxyInfo in org.jivesoftware.smack.bosh
Methods in org.jivesoftware.smack.bosh that return ProxyInfo Modifier and Type Method Description ProxyInfo
BOSHConfiguration. getProxyInfo()
-
Uses of ProxyInfo in org.jivesoftware.smack.proxy
Methods in org.jivesoftware.smack.proxy that return ProxyInfo Modifier and Type Method Description static ProxyInfo
ProxyInfo. forHttpProxy(java.lang.String pHost, int pPort, java.lang.String pUser, java.lang.String pPass)
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)
Methods in org.jivesoftware.smack.proxy that return types with arguments of type ProxyInfo Modifier and Type Method Description static Function<ProxySocketConnection,ProxyInfo>
ProxySocketConnection. forProxyType(ProxyInfo.ProxyType proxyType)
-