Package org.jabber.jabberbeans.serverside

Interface Summary
ServerModule A ServerModule is a generic interface for server-side components.
 

Class Summary
Handshake a Handshake is used during the authentication process of a component communicating via TCP.
Launcher Launcher is some simple code to negotiate a connection with a Jabber server as a component.
Log A Log object represents a single Log packet, which is used to send debug/error information between the server components and any data store.
LogBuilder A LogBuilder is the base class for the builder of all the different Builder classes for Packet objects.
Route A Route object represents a single route packet, which is a wrapper used to direct basic jabber client packets (..) into a specific server-side component
RouteBuilder RouteBuilder is the class that expands upon PacketBuilder to allow building of route objects (packets).
XDB A XDBPacket object represents a single XDB packet, which is used to set and query information between the server components and any data store.
XDB12 A XDB12 object represents a single XDB packet for the 1.2 version of the server.
XDB12Builder XDB12Builder is the class that expands upon PacketBuilder to allow building of XDB objects (packets).
XDBBuilder XDBBuilder is the class that expands upon PacketBuilder to allow building of XDB objects (packets).