Uses of Class
org.jivesoftware.smack.packet.IQ.Type
-
Packages that use IQ.Type Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.iqrequest Smack's IQ request handler API.org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smackx.iot Smack's API for XMPP IoT (XEP-0323, -0324, -0325, -0347).org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.packet Stanzas and extension elements for Publish-Subscribe (XEP-60). -
-
Uses of IQ.Type in org.jivesoftware.smack
Methods in org.jivesoftware.smack with parameters of type IQ.Type Modifier and Type Method Description IQRequestHandlerAbstractXMPPConnection. unregisterIQRequestHandler(String element, String namespace, IQ.Type type)IQRequestHandlerXMPPConnection. unregisterIQRequestHandler(String element, String namespace, IQ.Type type)Unregister an IQ request handler with this connection. -
Uses of IQ.Type in org.jivesoftware.smack.iqrequest
Methods in org.jivesoftware.smack.iqrequest that return IQ.Type Modifier and Type Method Description IQ.TypeAbstractIqRequestHandler. getType()IQ.TypeIQRequestHandler. getType()Constructors in org.jivesoftware.smack.iqrequest with parameters of type IQ.Type Constructor Description AbstractIqRequestHandler(String element, String namespace, IQ.Type type, IQRequestHandler.Mode mode) -
Uses of IQ.Type in org.jivesoftware.smack.packet
Fields in org.jivesoftware.smack.packet declared as IQ.Type Modifier and Type Field Description protected IQ.TypeAbstractIqBuilder. typeMethods in org.jivesoftware.smack.packet that return IQ.Type Modifier and Type Method Description static IQ.TypeIQ.Type. fromString(String string)Converts a String into the corresponding types.IQ.TypeAbstractIqBuilder. getType()IQ.TypeIQ. getType()IQ.TypeIqView. getType()Returns the type of the IQ packet.static IQ.TypeIQ.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IQ.Type[]IQ.Type. 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.Type Modifier and Type Method Description IBIqBuilder. ofType(IQ.Type type)IqDataIqData. ofType(IQ.Type type)voidIQ. setType(IQ.Type type)Sets the type of the IQ packet. -
Uses of IQ.Type in org.jivesoftware.smackx.iot
Constructors in org.jivesoftware.smackx.iot with parameters of type IQ.Type Constructor Description IoTIqRequestHandler(String element, String namespace, IQ.Type type, IQRequestHandler.Mode mode) -
Uses of IQ.Type in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub with parameters of type IQ.Type Modifier and Type Method Description protected PubSubNode. createPubsubPacket(IQ.Type type, NodeExtension ext) -
Uses of IQ.Type in org.jivesoftware.smackx.pubsub.packet
Methods in org.jivesoftware.smackx.pubsub.packet with parameters of type IQ.Type Modifier and Type Method Description static PubSubPubSub. createPubsubPacket(Jid to, IQ.Type type, NodeExtension extension)Constructors in org.jivesoftware.smackx.pubsub.packet with parameters of type IQ.Type Constructor Description PubSub(Jid to, IQ.Type type, PubSubNamespace ns)
-