java.lang.Object
org.jabber.jabberbeans.Packet
- Direct Known Subclasses:
- ContentPacket, StartPacket
- public abstract class Packet
- extends java.lang.Object
a packet is a single unit of information to be sent (or received) from the
server. The two types of packets currently 'known' are IQ and Message.
- Version:
- $Revision: 1.2 $
|
Method Summary |
abstract 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. |
Packet
public Packet()
toString
public abstract 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.