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