Uses of Class
org.jivesoftware.smack.SmackException.SmackMessageException
Package
Description
Smack's API for XEP-0065: SOCKS5 Bytestreams.
TODO describe me.
-
Uses of SmackException.SmackMessageException in org.jivesoftware.smackx.bytestreams.socks5
Modifier and TypeMethodDescriptionprotected void
Initializes the connection to the SOCKS5 proxy by negotiating authentication method and requesting a stream for the given digest.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.Socks5Client.getSocket
(int timeout) Returns the initialized socket that can be used to transfer data between peers via the SOCKS5 proxy.Socks5ClientForInitiator.getSocket
(int timeout) static byte[]
Socks5Utils.receiveSocks5Message
(DataInputStream in) Reads a SOCKS5 message from the given InputStream. -
Uses of SmackException.SmackMessageException in org.jivesoftware.smackx.jingleold.nat