Uses of Class
org.jivesoftware.smack.packet.IQ.Type

Packages that use IQ.Type
org.jivesoftware.smack.filter Allows PacketCollector and PacketListener instances to filter for packets with particular attributes. 
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
org.jivesoftware.smackx.filetransfer   
 

Uses of IQ.Type in org.jivesoftware.smack.filter
 

Constructors in org.jivesoftware.smack.filter with parameters of type IQ.Type
IQTypeFilter(IQ.Type type)
           
 

Uses of IQ.Type in org.jivesoftware.smack.packet
 

Fields in org.jivesoftware.smack.packet declared as IQ.Type
static IQ.Type IQ.Type.ERROR
           
static IQ.Type IQ.Type.GET
           
static IQ.Type IQ.Type.RESULT
           
static IQ.Type IQ.Type.SET
           
 

Methods in org.jivesoftware.smack.packet that return IQ.Type
static IQ.Type IQ.Type.fromString(java.lang.String type)
          Converts a String into the corresponding types.
 IQ.Type IQ.getType()
          Returns the type of the IQ packet.
 

Methods in org.jivesoftware.smack.packet with parameters of type IQ.Type
 void IQ.setType(IQ.Type type)
          Sets the type of the IQ packet.
 

Uses of IQ.Type in org.jivesoftware.smackx.filetransfer
 

Methods in org.jivesoftware.smackx.filetransfer with parameters of type IQ.Type
static IQ FileTransferNegotiator.createIQ(java.lang.String ID, java.lang.String to, java.lang.String from, IQ.Type type)
          A convenience method to create an IQ packet.