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