Uses of Class
rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open.StanzaType
-
Packages that use InBandByteStream.Open.StanzaType 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. -
-
Uses of InBandByteStream.Open.StanzaType in rocks.xmpp.extensions.bytestreams.ibb.model
Methods in rocks.xmpp.extensions.bytestreams.ibb.model that return InBandByteStream.Open.StanzaType Modifier and Type Method Description InBandByteStream.Open.StanzaTypeInBandByteStream.Open. getStanzaType()Gets the stanza type.static InBandByteStream.Open.StanzaTypeInBandByteStream.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.Constructors in rocks.xmpp.extensions.bytestreams.ibb.model with parameters of type InBandByteStream.Open.StanzaType Constructor Description Open(int blockSize, String sessionId, InBandByteStream.Open.StanzaType stanzaType)Creates the<open/>element. -
Uses of InBandByteStream.Open.StanzaType in rocks.xmpp.extensions.jingle.transports.ibb.model
Methods in rocks.xmpp.extensions.jingle.transports.ibb.model that return InBandByteStream.Open.StanzaType Modifier and Type Method Description InBandByteStream.Open.StanzaTypeInBandByteStreamsTransportMethod. getStanzaType()Gets the stanza type used to transfer data.Constructors in rocks.xmpp.extensions.jingle.transports.ibb.model with parameters of type InBandByteStream.Open.StanzaType Constructor Description InBandByteStreamsTransportMethod(int blockSize, String sessionId, InBandByteStream.Open.StanzaType stanzaType)
-