| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.cluster | |
| org.jivesoftware.openfire.component | |
| org.jivesoftware.openfire.muc |
Implementation of Multi-User Chat (XEP-0045).
|
| org.jivesoftware.openfire.muc.cluster | |
| org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (XEP-0045).
|
| org.jivesoftware.openfire.session | |
| org.jivesoftware.openfire.spi |
| Modifier and Type | Method and Description |
|---|---|
NodeID |
XMPPServer.getDefaultNodeID()
Returns the default node ID used by this server before clustering is
initialized.
|
NodeID |
XMPPServer.getNodeID()
Returns an ID that uniquely identifies this server in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMPPServer.setNodeID(NodeID nodeID)
Sets an ID that uniquely identifies this server in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeID |
NodeID.getInstance(byte[] nodeIdBytes) |
NodeID |
ClusterNodeInfo.getNodeID()
Returns the ID that uniquely identifies this node.
|
static NodeID |
ClusterManager.getSeniorClusterMember()
Returns the id of the node that is the senior cluster member.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ClusterNodeInfo> |
ClusterManager.getNodeInfo(NodeID nodeID)
Returns basic information about a specific member of the cluster.
|
| Constructor and Description |
|---|
RequestComponentInfoNotification(org.xmpp.packet.JID component,
NodeID requestee) |
| Modifier and Type | Method and Description |
|---|---|
NodeID |
MUCRole.getNodeID()
Returns the id of the node that is hosting the room occupant.
|
| Modifier and Type | Method and Description |
|---|---|
NodeID |
OccupantAddedEvent.getNodeID() |
| Modifier and Type | Method and Description |
|---|---|
NodeID |
LocalMUCRole.getNodeID() |
NodeID |
RemoteMUCRole.getNodeID() |
| Modifier and Type | Method and Description |
|---|---|
NodeID |
ClientSessionInfo.getNodeID() |
| Modifier and Type | Method and Description |
|---|---|
NodeID |
ClientRoute.getNodeID() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRoute.setNodeID(NodeID nodeID) |
| Constructor and Description |
|---|
ClientRoute(NodeID nodeID,
boolean available) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.