| BasicStreamIDFactory |
A basic stream ID factory that produces IDs using a cryptographically strong random number generator.
|
| ClientRoute |
Internal object used by RoutingTableImpl to keep track of the node that own a ClientSession
and whether the session is available or not.
|
| ConnectionAcceptor |
ConnectionAcceptors are responsible for accepting new (typically socket) connections from peers.
|
| ConnectionConfiguration |
Configuration for a socket connection.
|
| ConnectionListener |
As a server, Openfire accepts connection requests from other network entities.
|
| ConnectionManagerImpl |
|
| EncryptionArtifactFactory |
Instances of this class will be able to generate various encryption-related artifacts based on a specific connection
configuration.
|
| NettyConnectionAcceptor |
Responsible for accepting new (socket) connections, using Java NIO implementation provided by the Netty framework.
|
| NettyServerInitializer |
Creates a newly configured ChannelPipeline for a new channel.
|
| 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 |
Routing table that stores routes to client sessions, outgoing server sessions
and components.
|
| XMPPServerInfoImpl |
Implements the server info for a basic server.
|