| Package | Description |
|---|---|
| tigase.cluster | |
| tigase.cluster.api | |
| tigase.server.xmppsession | |
| tigase.util.log | |
| tigase.xmpp | |
| tigase.xmpp.impl |
Package containing implementation of all Session Manager plugins
|
| tigase.xmpp.impl.roster |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManagerClusteredIfc.processPresenceUpdate(XMPPSession session,
Element element) |
| 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 |
|---|---|
XMPPSession |
UserSessionEvent.getSession() |
XMPPSession |
UserPresenceChangedEvent.getSession() |
protected XMPPSession |
SessionManager.getSession(BareJID jid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SessionManager.processPresenceUpdate(XMPPSession session,
Element packet) |
void |
UserSessionEvent.setSession(XMPPSession session) |
| Constructor and Description |
|---|
UserPresenceChangedEvent(XMPPSession session,
Packet presence) |
UserSessionEvent(JID sender,
JID userJid,
XMPPSession session) |
UserSessionEventWithProcessorResultWriter(JID sender,
JID userJid,
XMPPSession session,
SessionManager.ProcessorResultWriter writer) |
| Constructor and Description |
|---|
LogUserFilter(BareJID jid,
Map<BareJID,XMPPSession> sessionsByNodeId) |
| Modifier and Type | Method and Description |
|---|---|
XMPPSession |
XMPPResourceConnection.getParentSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMPPResourceConnection.removeParentSession(XMPPSession parent) |
void |
XMPPResourceConnection.setParentSession(XMPPSession parent) |
| Constructor and Description |
|---|
MessageCarbonsStateChangedEvent(JID sender,
JID userJid,
XMPPSession session) |
| Modifier and Type | Method and Description |
|---|---|
String |
RosterAbstract.getBuddiesHash(XMPPSession session) |
| Constructor and Description |
|---|
RosterModifiedEvent(JID sender,
JID userJid,
XMPPSession session,
JID jid,
RosterAbstract.SubscriptionType subscription) |
RosterModifiedEvent(JID sender,
JID userJid,
XMPPSession session,
RosterElement rosterElement) |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.