Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
Package
Description
Smack's API for XEP-0065: SOCKS5 Bytestreams.
-
Uses of Socks5BytestreamSession in org.jivesoftware.smackx.bytestreams.socks5
Modifier and TypeMethodDescriptionSocks5BytestreamRequest.accept()
Accepts the SOCKS5 Bytestream initialization request and returns the socket to send/receive data.Socks5BytestreamManager.establishSession
(Jid targetJID) Establishes a SOCKS5 Bytestream with the given user and returns the Socket to send/receive data to/from the user.Socks5BytestreamManager.establishSession
(Jid targetJID, String sessionID) Establishes a SOCKS5 Bytestream with the given user using the given session ID and returns the Socket to send/receive data to/from the user.