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 class
Socks4ProxySocketConnection
Socket factory for socks4 proxy.class
Socks5ProxySocketConnection
Socket factory for Socks5 proxy.Methods in org.jivesoftware.smack.proxy that return ProxySocketConnection Modifier and Type Method Description ProxySocketConnection
ProxyInfo. 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)
-