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

Quick Search    Search Deep

Uses of Package
org.jabber.jabberbeans

Classes in org.jabber.jabberbeans used by org.jabber.jabberbeans
ConnectionBean
          ConnectionBean is the main bean for jabberbeans.
ConnectionListener
          ConnectionListener is a listener interface, which you can implement and register to handle connection status change events, such as 'disconnected'.
ContentPacket
          a packet is a single unit of information to be sent (or received) from the server.
InfoQuery
           
InfoQueryBuilder
           
IQBean
          IQBean is a bean used to utilize the 'iq' functionality of the jabber protocol.
JabberProtocolHandler
           
Message
          This is the data type that holds the data of a message.
MessageBuilder
           
Packet
          a packet is a single unit of information to be sent (or received) from the server.
PacketBuilder
          A PacketBuilder is the base class for the builder of all the different Builder classes for Packet objects.
PacketListener
          PacketListener is the interface the client implements to receive notification on incoming packets.
Presence
          This class is an abstraction of presence packets - both incoming and outgoing.
PresenceBuilder
          This class is an abstraction of presence packets - both incoming and outgoing.
RosterItem
           
RosterItemBuilder
           
RosterListener
          RosterListener is an interface you can implement in a client to get any roster changes as notifications to your code.
User
          User is the generic 'user' class.
UserURI
          UserURI is a subclass of user which allows for one resource to be specified.