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 voidSocks5Client. establish(Socket socket)Initializes the connection to the SOCKS5 proxy by negotiating authentication method and requesting a stream for the given digest.Socks5BytestreamSessionSocks5BytestreamManager. 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.SocketSocks5Client. getSocket(int timeout)Returns the initialized socket that can be used to transfer data between peers via the SOCKS5 proxy.SocketSocks5ClientForInitiator. 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
Methods in org.jivesoftware.smackx.jingleold.nat that throw SmackException.SmackMessageException Modifier and Type Method Description voidBridgedResolver. initialize()
-