public static final class InBandByteStream.Open extends Object
<open/> element in the http://jabber.org/protocol/ibb namespace.| Modifier and Type | Class and Description |
|---|---|
static class |
InBandByteStream.Open.StanzaType
The stanza type to be used for IBB.
|
| Constructor and Description |
|---|
Open(int blockSize,
String sessionId)
Creates the
<open/> element. |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize()
Gets the block size;
|
String |
getSessionId()
Gets the session id.
|
InBandByteStream.Open.StanzaType |
getStanzaType()
Gets the stanza type.
|
public Open(int blockSize,
String sessionId)
<open/> element.blockSize - The block size.sessionId - The session id.public int getBlockSize()
public String getSessionId()
public InBandByteStream.Open.StanzaType getStanzaType()
Copyright © 2014 XMPP.rocks. All rights reserved.