|
Class Summary |
| ConnectionAdapter |
Convenience implementation of ConnectionListener. |
| ConnectionBean |
ConnectionBean is the main bean for jabberbeans. |
| ContentPacket |
a packet is a single unit of information to be sent (or received) from the
server. |
| EConnectionState |
Enumeration for Connection Types |
| EPresenceType |
|
| IdentifierCounter |
This counter is used to add a unique identifier to outgoing messages, so
that the message can be linked to an error message should one be reported
by the server. |
| InfoQuery |
|
| InfoQueryBuilder |
|
| IQBean |
IQBean is a bean used to utilize the 'iq' functionality of the jabber
protocol. |
| IQPacketListener |
This is an interface that extends an IQListener, so that it will filter out messages that don't concern the object. |
| Message |
This is the data type that holds the data of a message. |
| MessageBuilder |
|
| MessengerBean |
MessengerBean is used to send and receive messages over
a Connection. |
| Packet |
a packet is a single unit of information to be sent (or received) from the
server. |
| PacketAdapter |
PacketAdapter is a convenience class - it provides do-nothing
implementations of the PacketListener class, so that clients will work
with an upgraded jabberbeans with new packet events. |
| PacketBuilder |
A PacketBuilder is the base class for the builder of all
the different Builder classes for Packet objects. |
| Presence |
This class is an abstraction of presence packets - both incoming and
outgoing. |
| PresenceBean |
|
| PresenceBuilder |
This class is an abstraction of presence packets - both incoming and
outgoing. |
| RosterAdapter |
RosterAdapter is an abstract class you can extend to get any
roster changes as notifications to your code. |
| RosterBean |
RosterBean is a bean to gain and utilize the roster information in jabber. |
| RosterItem |
|
| RosterItemBuilder |
|
| StartPacket |
|
| User |
User is the generic 'user' class. |
| UserURI |
UserURI is a subclass of user which allows for one resource to be
specified. |