Package | Description |
---|---|
org.jivesoftware.smackx.bytestreams.socks5 |
Smack's API for XEP-0065: SOCKS5 Bytestreams.
|
Modifier and Type | Method and Description |
---|---|
Socks5BytestreamSession |
Socks5BytestreamRequest.accept()
Accepts the SOCKS5 Bytestream initialization request and returns the socket to send/receive
data.
|
Socks5BytestreamSession |
Socks5BytestreamManager.establishSession(org.jxmpp.jid.Jid targetJID)
Establishes a SOCKS5 Bytestream with the given user and returns the Socket to send/receive
data to/from the user.
|
Socks5BytestreamSession |
Socks5BytestreamManager.establishSession(org.jxmpp.jid.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.
|