Class | Description |
---|---|
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.
|
LegacyConnectionAcceptor | Deprecated
Used only for S2S, which should be be ported to NIO.
|
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.
|
Enum | Description |
---|---|
ConnectionType |
Types of (socket-based, including HTTP) connections.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.