| Package | Description |
|---|---|
| rocks.xmpp.extensions.bytestreams |
Provides classes for byte streams (XEP-0047: In-Band Bytestreams and XEP-0065: SOCKS5 Bytestreams).
|
| rocks.xmpp.extensions.bytestreams.ibb |
Provide classes for XEP-0047: In-Band Bytestreams.
|
| rocks.xmpp.extensions.bytestreams.s5b |
Provides classes for XEP-0065: SOCKS5 Bytestreams.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ByteStreamSession |
ByteStreamEvent.accept()
Accepts the session.
|
| Modifier and Type | Method and Description |
|---|---|
ByteStreamSession |
InBandByteStreamManager.initiateSession(Jid receiver,
String sessionId,
int blockSize)
Initiates an in-band byte stream session.
|
| Modifier and Type | Method and Description |
|---|---|
ByteStreamSession |
Socks5ByteStreamManager.initiateSession(Jid target,
String sessionId)
Initiates a SOCKS5 session with a target.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.