|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.XMLData | +--org.jabber.jabberbeans.util.KeepAlive.KeepAlivePacket
KeepAlivePacket is rather simple - instead of being XML, it is just a space. You can send KeepAlivePackets at a regular interval to make sure a connection doesn't expire. This feature is totally optional.
Constructor Summary | |
KeepAlive.KeepAlivePacket()
|
Method Summary | |
void |
appendItem(java.lang.StringBuffer retval)
appendItem adds the XML for a child 'element'
to a StringBuffer |
java.lang.String |
toString()
toString for this class is a serializer for the data contained in the object to an equivalent snippet of XML stream. |
Methods inherited from class org.jabber.jabberbeans.XMLData |
appendAttrib,
appendAttrib,
appendChild,
appendChild,
escapeString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public KeepAlive.KeepAlivePacket()
Method Detail |
public java.lang.String toString()
String
value which contains the XML
representation of this objectpublic void appendItem(java.lang.StringBuffer retval)
appendItem
adds the XML for a child 'element'
to a StringBufferretval
- a StringBuffer
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |