Uses of Interface
org.jivesoftware.smack.proxy.ProxySocketConnection
-
Packages that use ProxySocketConnection Package Description org.jivesoftware.smack.proxy Support for XMPP connections over Proxies. -
-
Uses of ProxySocketConnection in org.jivesoftware.smack.proxy
Classes in org.jivesoftware.smack.proxy that implement ProxySocketConnection Modifier and Type Class Description classSocks4ProxySocketConnectionSocket factory for socks4 proxy.classSocks5ProxySocketConnectionSocket factory for Socks5 proxy.Methods in org.jivesoftware.smack.proxy that return ProxySocketConnection Modifier and Type Method Description ProxySocketConnectionProxyInfo. getProxySocketConnection()Methods in org.jivesoftware.smack.proxy that return types with arguments of type ProxySocketConnection Modifier and Type Method Description static Function<ProxySocketConnection,ProxyInfo>ProxySocketConnection. forProxyType(ProxyInfo.ProxyType proxyType)
-