public final class InBandByteStreamsTransportMethod extends TransportMethod
<transport/> element in the urn:xmpp:jingle:transports:ibb:1 namespace.| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
urn:xmpp:jingle:transports:ibb:1
|
| Constructor and Description |
|---|
InBandByteStreamsTransportMethod(int blockSize,
String sessionId) |
InBandByteStreamsTransportMethod(int blockSize,
String sessionId,
InBandByteStream.Open.StanzaType stanzaType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize()
Gets the block size of a data chunk.
|
String |
getSessionId()
Gets the IBB session id.
|
InBandByteStream.Open.StanzaType |
getStanzaType()
Gets the stanza type used to transfer data.
|
String |
toString() |
public static final String NAMESPACE
public InBandByteStreamsTransportMethod(int blockSize,
String sessionId)
public InBandByteStreamsTransportMethod(int blockSize,
String sessionId,
InBandByteStream.Open.StanzaType stanzaType)
public final int getBlockSize()
public final String getSessionId()
public final InBandByteStream.Open.StanzaType getStanzaType()
Copyright © 2014–2017 XMPP.rocks. All rights reserved.