Uses of Class
org.xmpp.packet.IQ

Packages that use IQ
Package
Description
 
 
 
  • Uses of IQ in org.xmpp.component

    Methods in org.xmpp.component that return IQ
    Modifier and Type
    Method
    Description
    protected IQ
    AbstractComponent.handleDiscoInfo(IQ iq)
    Default handler of Service Discovery Info requests.
    protected IQ
    AbstractComponent.handleDiscoItems(IQ iq)
    Default handler of Service Discovery Info requests.
    protected IQ
    AbstractComponent.handleEntityTime(IQ iq)
    Default handler of Entity Time requests (XEP-0202).
    protected IQ
    AbstractComponent.handleIQGet(IQ iq)
    Override this method to handle the IQ stanzas of type get that could not be processed by the AbstractComponent implementation.
    protected IQ
    AbstractComponent.handleIQSet(IQ iq)
    Override this method to handle the IQ stanzas of type set that could not be processed by the AbstractComponent implementation.
    protected IQ
    AbstractComponent.handleLastActivity(IQ iq)
    Default handler of Last Activity requests (XEP-0012).
    protected IQ
    AbstractComponent.handlePing(IQ iq)
    Default handler of Ping requests (XEP-0199).
    ComponentManager.query(Component component, IQ packet, long timeout)
    Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.
    Methods in org.xmpp.component with parameters of type IQ
    Modifier and Type
    Method
    Description
    protected boolean
    AbstractComponent.dropStanza(IQ iq)
     
    protected IQ
    AbstractComponent.handleDiscoInfo(IQ iq)
    Default handler of Service Discovery Info requests.
    protected IQ
    AbstractComponent.handleDiscoItems(IQ iq)
    Default handler of Service Discovery Info requests.
    protected IQ
    AbstractComponent.handleEntityTime(IQ iq)
    Default handler of Entity Time requests (XEP-0202).
    protected void
    AbstractComponent.handleIQError(IQ iq)
    Override this method to handle the IQ stanzas of type error that are received by the component.
    protected IQ
    AbstractComponent.handleIQGet(IQ iq)
    Override this method to handle the IQ stanzas of type get that could not be processed by the AbstractComponent implementation.
    protected void
    AbstractComponent.handleIQResult(IQ iq)
    Override this method to handle the IQ stanzas of type result that are received by the component.
    protected IQ
    AbstractComponent.handleIQSet(IQ iq)
    Override this method to handle the IQ stanzas of type set that could not be processed by the AbstractComponent implementation.
    protected IQ
    AbstractComponent.handleLastActivity(IQ iq)
    Default handler of Last Activity requests (XEP-0012).
    protected IQ
    AbstractComponent.handlePing(IQ iq)
    Default handler of Ping requests (XEP-0199).
    ComponentManager.query(Component component, IQ packet, long timeout)
    Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.
    void
    ComponentManager.query(Component component, IQ packet, IQResultListener listener)
    Sends an IQ packet to the server and returns immediately.
    void
    IQResultListener.receivedAnswer(IQ packet)
    Notification method indicating that a previously sent IQ packet has been answered.
  • Uses of IQ in org.xmpp.muc

    Subclasses of IQ in org.xmpp.muc
    Modifier and Type
    Class
    Description
    class 
    DestroyRoom is a packet that when sent will ask the server to destroy a given room.
    class 
    RoomConfiguration is a packet that helps to set the configuration of MUC rooms.
  • Uses of IQ in org.xmpp.packet

    Subclasses of IQ in org.xmpp.packet
    Modifier and Type
    Class
    Description
    class 
    Roster packet.
    Methods in org.xmpp.packet that return IQ
    Modifier and Type
    Method
    Description
    Returns a deep copy of this IQ.
    static IQ
    Convenience method to create a new IQ.Type.result IQ based on a IQ.Type.get or IQ.Type.set IQ.
    Methods in org.xmpp.packet with parameters of type IQ
    Modifier and Type
    Method
    Description
    static IQ
    Convenience method to create a new IQ.Type.result IQ based on a IQ.Type.get or IQ.Type.set IQ.