| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.multiplex |
Connection Manager implementation.
|
| org.jivesoftware.openfire.session |
| Modifier and Type | Method and Description |
|---|---|
ConnectionMultiplexerSession |
SessionManager.getConnectionMultiplexerSession(org.xmpp.packet.JID address)
Returns the session originated from the specified address or
null if none was
found. |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionMultiplexerSession> |
SessionManager.getConnectionMultiplexerSessions()
Returns all sessions originated from connection managers.
|
List<ConnectionMultiplexerSession> |
SessionManager.getConnectionMultiplexerSessions(String domain)
Returns a collection with all the sessions originated from the connection manager
whose domain matches the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMultiplexerSession |
ConnectionMultiplexerManager.getMultiplexerSession(String connectionManagerDomain)
Returns a
ConnectionMultiplexerSession for the specified connection manager
domain or null if none was found. |
ConnectionMultiplexerSession |
ConnectionMultiplexerManager.getMultiplexerSession(String connectionManagerDomain,
StreamID streamID)
Returns a
ConnectionMultiplexerSession for the specified connection manager
domain or null if none was found. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalConnectionMultiplexerSession
Represents a session between the server and a connection manager.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMultiplexerSession |
RemoteSessionLocator.getConnectionMultiplexerSession(byte[] nodeID,
org.xmpp.packet.JID address)
Returns a session surrogate of a Connection Multiplexer session hosted by a remote cluster node.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.