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.commands.packet Element classes for XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.disco.packet Element classes for XEP-0030: Service Discovery.org.jivesoftware.smackx.iqversion.packet Element classes for XEP-0092: Software Version.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.org.jivesoftware.smackx.time.packet 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 StanzaBuilder Modifier and Type Class Description classMessageOrPresenceBuilder<MP extends MessageOrPresence<? extends MessageOrPresenceBuilder<MP,SB>>,SB extends StanzaBuilder<SB>>classStanzaBuilder<B extends StanzaBuilder<B>>Subclasses of StanzaBuilder in org.jivesoftware.smack.packet Modifier and Type Class Description classAbstractIqBuilder<IB extends AbstractIqBuilder<IB>>static classErrorIQ.BuilderclassIqBuilder<IB extends IqBuilder<IB,I>,I extends IQ>classIqDataclassMessageBuilderclassMessageOrPresenceBuilder<MP extends MessageOrPresence<? extends MessageOrPresenceBuilder<MP,SB>>,SB extends StanzaBuilder<SB>>classPresenceBuilderMethods 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,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 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 Modifier and Type Class Description classAdHocCommandDataBuilder -
Uses of StanzaBuilder in org.jivesoftware.smackx.disco.packet
Subclasses of StanzaBuilder in org.jivesoftware.smackx.disco.packet Modifier and Type Class Description classDiscoverInfoBuilder -
Uses of StanzaBuilder in org.jivesoftware.smackx.iqversion.packet
Subclasses of StanzaBuilder in org.jivesoftware.smackx.iqversion.packet Modifier and Type Class Description classVersionBuilder -
Uses of StanzaBuilder in org.jivesoftware.smackx.jingle.element
Subclasses of StanzaBuilder in org.jivesoftware.smackx.jingle.element Modifier and Type Class Description static classJingle.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 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 Modifier and Type Class Description classTimeBuilder
-