|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmppQuery | |
com.realtime.xmpp.dom | |
com.realtime.xmpp.util |
Uses of XmppQuery in com.realtime.xmpp.dom |
Classes in com.realtime.xmpp.dom that implement XmppQuery | |
class |
XmppWrapper
Wrap an Element to make it appear as an XmppQuery. |
Methods in com.realtime.xmpp.dom that return XmppQuery | |
static XmppQuery |
DomPacketFactory.createRegistrationRequirementsResponse(org.dom4j.Element request,
java.lang.String sInstructions,
java.lang.String[] sRequiredFields)
Create a user registration query packet response. |
static XmppQuery |
DomPacketFactory.createPresenceRequest(java.lang.String sFrom,
java.lang.String sTo,
java.lang.String sType)
Create a presence request. |
Methods in com.realtime.xmpp.dom with parameters of type XmppQuery | |
org.dom4j.Element |
DomPacketSender.query(XmppQuery request)
Send a packet and wait for the response for a finite amount of time. |
org.dom4j.Element |
DomPacketSender.query(XmppQuery request,
long timeout)
Send a packet and wait for the response for a finite amount of time. |
org.dom4j.Element |
DomComponent.query(XmppQuery request)
Provide a synchronous send() method. |
Uses of XmppQuery in com.realtime.xmpp.util |
Classes in com.realtime.xmpp.util that implement XmppQuery | |
class |
HandshakeRequest
Simple class to represent the Handshake XMPP packet for Jabber accept components. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |