Class Summary |
BasicStreamIDFactory |
A basic stream ID factory that produces id's using java.util.Random
and a simple hex representation of a random int. |
ConnectionManagerImpl |
|
PacketDelivererImpl |
In-memory implementation of the packet deliverer service |
PacketRouterImpl |
An uber router that can handle any packet type. |
PacketTransporterImpl |
In-memory implementation of the packet transporter service. |
PresenceManagerImpl |
Simple in memory implementation of the PresenceManager interface. |
RoutingTableImpl |
Uses simple Maps for table storage. |
XMPPServerInfoImpl |
Implements the server info for a basic server. |