| Package | Description |
|---|---|
| tigase.cluster | |
| tigase.cluster.api | |
| tigase.server.xmppsession | |
| tigase.util | |
| tigase.xmpp |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<BareJID,XMPPSession> |
SessionManagerClustered.getXMPPSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManagerClustered.processPresenceUpdate(XMPPSession session,
Element packet) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<BareJID,XMPPSession> |
SessionManagerClusteredIfc.getXMPPSessions()
Method description
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManagerClusteredIfc.processPresenceUpdate(XMPPSession session,
Element element)
Method description
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<BareJID,XMPPSession> |
SessionManager.sessionsByNodeId
A Map with bare user JID as a key and a user session object as a value.
|
| Modifier and Type | Method and Description |
|---|---|
protected XMPPSession |
SessionManager.getSession(BareJID jid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SessionManager.processPresenceUpdate(XMPPSession session,
Element packet) |
| Constructor and Description |
|---|
LogUserFilter(BareJID jid,
Map<BareJID,XMPPSession> sessionsByNodeId) |
| Modifier and Type | Method and Description |
|---|---|
XMPPSession |
XMPPResourceConnection.getParentSession()
Method description
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMPPResourceConnection.removeParentSession(XMPPSession parent)
Method description
|
void |
XMPPResourceConnection.setParentSession(XMPPSession parent)
Method description
|
Copyright © 2022 "Tigase, Inc.". All rights reserved.