public static final class InBandByteStream.Data extends InBandByteStream
<data/> element in the http://jabber.org/protocol/ibb namespace.
This class is immutable.
InBandByteStream.Close, InBandByteStream.Data, InBandByteStream.OpenNAMESPACE| Constructor and Description |
|---|
InBandByteStream.Data(byte[] bytes,
String sid,
int seq)
Creates the
<data/> element. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Gets the bytes.
|
int |
getSequence()
Gets the sequence number.
|
getSessionIdpublic InBandByteStream.Data(byte[] bytes,
String sid,
int seq)
<data/> element.bytes - The bytes.sid - The session id.seq - The sequence number.Copyright © 2014–2015 XMPP.rocks. All rights reserved.