Uses of Class
org.jivesoftware.smack.packet.IQ.ResponseType
-
Packages that use IQ.ResponseType Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.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. -
-
Uses of IQ.ResponseType in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return IQ.ResponseType Modifier and Type Method Description static IQ.ResponseTypeIQ.ResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static IQ.ResponseType[]IQ.ResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack.packet with parameters of type IQ.ResponseType Modifier and Type Method Description protected static IqDataAbstractIqBuilder. createResponse(IqView request, IQ.ResponseType responseType) -
Uses of IQ.ResponseType in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet with parameters of type IQ.ResponseType Modifier and Type Method Description static AdHocCommandDataBuilderAdHocCommandDataBuilder. buildResponseFor(AdHocCommandData request, IQ.ResponseType responseType) -
Uses of IQ.ResponseType in org.jivesoftware.smackx.disco.packet
Methods in org.jivesoftware.smackx.disco.packet with parameters of type IQ.ResponseType Modifier and Type Method Description static DiscoverInfoBuilderDiscoverInfoBuilder. buildResponseFor(DiscoverInfo request, IQ.ResponseType responseType)
-