Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host
Packages that use Socks5Exception.CouldNotConnectToAnyProvidedSocks5Host
Package
Description
Smack's API for XEP-0065: SOCKS5 Bytestreams, as well as XEP-0047: In-Band Bytestreams.
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.CouldNotConnectToAnyProvidedSocks5HostModifier and TypeMethodDescriptionBytestreamRequest.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.CouldNotConnectToAnyProvidedSocks5HostModifier and TypeMethodDescriptionSocks5BytestreamRequest.accept()
Accepts the SOCKS5 Bytestream initialization request and returns the socket to send/receive data.