Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jabber.jabberbeans
Class Packet  view Packet download Packet.java

java.lang.Object
  extended byorg.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 $

Constructor Summary
Packet()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Packet

public Packet()
Method Detail

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.