Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession
-
Packages that use Socks5BytestreamSession Package Description org.jivesoftware.smackx.bytestreams.socks5 Smack's API for XEP-0065: SOCKS5 Bytestreams. -
-
Uses of Socks5BytestreamSession in org.jivesoftware.smackx.bytestreams.socks5
Methods in org.jivesoftware.smackx.bytestreams.socks5 that return Socks5BytestreamSession Modifier and Type Method Description Socks5BytestreamSessionSocks5BytestreamRequest. accept()Accepts the SOCKS5 Bytestream initialization request and returns the socket to send/receive data.Socks5BytestreamSessionSocks5BytestreamManager. establishSession(Jid targetJID)Establishes a SOCKS5 Bytestream with the given user and returns the Socket to send/receive data to/from the user.Socks5BytestreamSessionSocks5BytestreamManager. establishSession(Jid targetJID, java.lang.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.
-