public static final class InBandByteStream.Data extends Object
<data/> element in the http://jabber.org/protocol/ibb namespace.| Constructor and Description |
|---|
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.
|
String |
getSessionId()
Gets the session id.
|
public Data(byte[] bytes,
String sid,
int seq)
<data/> element.bytes - The bytes.sid - The session id.seq - The sequence number.public int getSequence()
public String getSessionId()
public byte[] getBytes()
Copyright © 2014 XMPP.rocks. All rights reserved.