Uses of Class
org.jivesoftware.smack.packet.StanzaBuilder
Packages that use StanzaBuilder
Package
Description
XML stanzas and extension elements that are part of the XMPP protocol.
Utility classes.
Element classes for XEP-0050: Ad-Hoc Commands.
Element classes for XEP-0030: Service Discovery.
Element classes for XEP-0092: Software Version.
Stanzas and Extension Elements for XEP-0166: Jingle.
Smacks implementation for attaching arbitrary properties to packets according to
https://docs.jivesoftware.com/smack/latest/documentation/properties.html.
Element classes of XEP-0202: Entity Time.
-
Uses of StanzaBuilder in org.jivesoftware.smack.packet
Classes in org.jivesoftware.smack.packet with type parameters of type StanzaBuilderModifier and TypeClassDescriptionclassMessageOrPresenceBuilder<MP extends MessageOrPresence<? extends MessageOrPresenceBuilder<MP,SB>>, SB extends StanzaBuilder<SB>> classStanzaBuilder<B extends StanzaBuilder<B>>Subclasses of StanzaBuilder in org.jivesoftware.smack.packetModifier and TypeClassDescriptionclassAbstractIqBuilder<IB extends AbstractIqBuilder<IB>>static final classclassfinal classfinal classclassMessageOrPresenceBuilder<MP extends MessageOrPresence<? extends MessageOrPresenceBuilder<MP,SB>>, SB extends StanzaBuilder<SB>> final classMethods in org.jivesoftware.smack.packet with type parameters of type StanzaBuilderModifier and TypeMethodDescriptionstatic <SB extends StanzaBuilder<?>>
SBStanzaBuilder.buildResponse(StanzaView request, Function<String, SB> builderFromStanzaId) Constructors in org.jivesoftware.smack.packet with parameters of type StanzaBuilderModifierConstructorDescriptionprotectedMessageOrPresence(StanzaBuilder<?> stanzaBuilder) protectedStanza(StanzaBuilder<?> stanzaBuilder) protectedStanzaBuilder(StanzaBuilder<?> other) -
Uses of StanzaBuilder in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util with parameters of type StanzaBuilderModifier and TypeMethodDescriptionstatic voidPacketParserUtils.addExtensionElement(StanzaBuilder<?> stanzaBuilder, XmlPullParser parser, String elementName, String namespace, XmlEnvironment outerXmlEnvironment) static voidPacketParserUtils.addExtensionElement(StanzaBuilder<?> stanzaBuilder, XmlPullParser parser, XmlEnvironment outerXmlEnvironment) -
Uses of StanzaBuilder in org.jivesoftware.smackx.commands.packet
Subclasses of StanzaBuilder in org.jivesoftware.smackx.commands.packet -
Uses of StanzaBuilder in org.jivesoftware.smackx.disco.packet
Subclasses of StanzaBuilder in org.jivesoftware.smackx.disco.packet -
Uses of StanzaBuilder in org.jivesoftware.smackx.iqversion.packet
Subclasses of StanzaBuilder in org.jivesoftware.smackx.iqversion.packet -
Uses of StanzaBuilder in org.jivesoftware.smackx.jingle.element
Subclasses of StanzaBuilder in org.jivesoftware.smackx.jingle.element -
Uses of StanzaBuilder in org.jivesoftware.smackx.jiveproperties
Methods in org.jivesoftware.smackx.jiveproperties with parameters of type StanzaBuilderModifier and TypeMethodDescriptionstatic voidJivePropertiesManager.addProperty(StanzaBuilder<?> stanzaBuilder, String name, Object value) Convenience method to add a property to a stanza. -
Uses of StanzaBuilder in org.jivesoftware.smackx.time.packet
Subclasses of StanzaBuilder in org.jivesoftware.smackx.time.packet