public final class InBandBytestreamsTransportMethod extends TransportMethod
| Modifier and Type | Class and Description |
|---|---|
static class |
InBandBytestreamsTransportMethod.StanzaType |
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
urn:xmpp:jingle:transports:ibb:1
|
| Constructor and Description |
|---|
InBandBytestreamsTransportMethod(String sid,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBlockSize() |
String |
getSessionId() |
InBandBytestreamsTransportMethod.StanzaType |
getStanzaType() |
public static final String NAMESPACE
public InBandBytestreamsTransportMethod(String sid, int blockSize)
public Integer getBlockSize()
public String getSessionId()
public InBandBytestreamsTransportMethod.StanzaType getStanzaType()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.