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