Uses of Class
org.jivesoftware.smack.packet.StanzaBuilder
-
Packages that use StanzaBuilder Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smack.util Utility classes.org.jivesoftware.smackx.disco.packet Element classes for XEP-0030: Service Discovery.org.jivesoftware.smackx.jingle.element Stanzas and Extension Elements for XEP-0166: Jingle.org.jivesoftware.smackx.jiveproperties Smacks implementation for attaching arbitrary properties to packets according to https://docs.jivesoftware.com/smack/latest/documentation/properties.html. -
-
Uses of StanzaBuilder in org.jivesoftware.smack.packet
Classes in org.jivesoftware.smack.packet with type parameters of type StanzaBuilder Modifier and Type Class Description class
MessageOrPresenceBuilder<MP extends MessageOrPresence<? extends MessageOrPresenceBuilder<MP,SB>>,SB extends StanzaBuilder<SB>>
class
StanzaBuilder<B extends StanzaBuilder<B>>
Subclasses of StanzaBuilder in org.jivesoftware.smack.packet Modifier and Type Class Description class
AbstractIqBuilder<IB extends AbstractIqBuilder<IB>>
static class
ErrorIQ.Builder
class
IqBuilder<IB extends IqBuilder<IB,I>,I extends IQ>
class
IqData
class
MessageBuilder
class
MessageOrPresenceBuilder<MP extends MessageOrPresence<? extends MessageOrPresenceBuilder<MP,SB>>,SB extends StanzaBuilder<SB>>
class
PresenceBuilder
Methods in org.jivesoftware.smack.packet with type parameters of type StanzaBuilder Modifier and Type Method Description static <SB extends StanzaBuilder<?>>
SBStanzaBuilder. buildResponse(StanzaView request, Function<SB,java.lang.String> builderFromStanzaId)
Constructors in org.jivesoftware.smack.packet with parameters of type StanzaBuilder Constructor Description MessageOrPresence(StanzaBuilder<?> stanzaBuilder)
Stanza(StanzaBuilder<?> stanzaBuilder)
StanzaBuilder(StanzaBuilder<?> other)
-
Uses of StanzaBuilder in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util with parameters of type StanzaBuilder Modifier and Type Method Description static void
PacketParserUtils. addExtensionElement(StanzaBuilder<?> stanzaBuilder, XmlPullParser parser, java.lang.String elementName, java.lang.String namespace, XmlEnvironment outerXmlEnvironment)
static void
PacketParserUtils. addExtensionElement(StanzaBuilder<?> stanzaBuilder, XmlPullParser parser, XmlEnvironment outerXmlEnvironment)
-
Uses of StanzaBuilder in org.jivesoftware.smackx.disco.packet
Subclasses of StanzaBuilder in org.jivesoftware.smackx.disco.packet Modifier and Type Class Description class
DiscoverInfoBuilder
-
Uses of StanzaBuilder in org.jivesoftware.smackx.jingle.element
Subclasses of StanzaBuilder in org.jivesoftware.smackx.jingle.element Modifier and Type Class Description static class
Jingle.Builder
-
Uses of StanzaBuilder in org.jivesoftware.smackx.jiveproperties
Methods in org.jivesoftware.smackx.jiveproperties with parameters of type StanzaBuilder Modifier and Type Method Description static void
JivePropertiesManager. addProperty(StanzaBuilder<?> stanzaBuilder, java.lang.String name, java.lang.Object value)
Convenience method to add a property to a stanza.
-