| Package | Description |
|---|---|
| rocks.xmpp.extensions.bytestreams.ibb.model |
Provides XML schema implementations of XEP-0047: In-Band Bytestreams.
|
| rocks.xmpp.extensions.jingle.transports.ibb.model |
Provides XML schema implementations of XEP-0261: Jingle In-Band Bytestreams Transport Method.
|
| Modifier and Type | Method and Description |
|---|---|
InBandByteStream.Open.StanzaType |
InBandByteStream.Open.getStanzaType()
Gets the stanza type.
|
static InBandByteStream.Open.StanzaType |
InBandByteStream.Open.StanzaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InBandByteStream.Open.StanzaType[] |
InBandByteStream.Open.StanzaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Open(int blockSize,
String sessionId,
InBandByteStream.Open.StanzaType stanzaType)
Creates the
<open/> element. |
| Modifier and Type | Method and Description |
|---|---|
InBandByteStream.Open.StanzaType |
InBandByteStreamsTransportMethod.getStanzaType()
Gets the stanza type used to transfer data.
|
| Constructor and Description |
|---|
InBandByteStreamsTransportMethod(int blockSize,
String sessionId,
InBandByteStream.Open.StanzaType stanzaType) |
Copyright © 2014–2017 XMPP.rocks. All rights reserved.