Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host
-
Packages that use Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host Package Description org.jivesoftware.smackx.bytestreams Smack's API for XEP-0065: SOCKS5 Bytestreams, as well as XEP-0047: In-Band Bytestreams.org.jivesoftware.smackx.bytestreams.socks5 Smack's API for XEP-0065: SOCKS5 Bytestreams. -
-
Uses of Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host in org.jivesoftware.smackx.bytestreams
Methods in org.jivesoftware.smackx.bytestreams that throw Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host Modifier and Type Method Description BytestreamSessionBytestreamRequest. accept()Accepts the bytestream open request and returns the session to send/receive data. -
Uses of Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host in org.jivesoftware.smackx.bytestreams.socks5
Methods in org.jivesoftware.smackx.bytestreams.socks5 that throw Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host Modifier and Type Method Description Socks5BytestreamSessionSocks5BytestreamRequest. accept()Accepts the SOCKS5 Bytestream initialization request and returns the socket to send/receive data.
-