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.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.ResponseType
IQ.ResponseType. valueOf(java.lang.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 IqData
AbstractIqBuilder. createResponse(IqView 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 DiscoverInfoBuilder
DiscoverInfoBuilder. buildResponseFor(DiscoverInfo request, IQ.ResponseType responseType)
-