| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.session |
| Modifier and Type | Method and Description |
|---|---|
ComponentSession |
SessionManager.getComponentSession(String domain)
Returns the session of the component whose domain matches the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ComponentSession> |
SessionManager.getComponentSessions()
Returns a collection with the established sessions from external components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalComponentSession
Represents a session between the server and a component.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentSession |
RemoteSessionLocator.getComponentSession(byte[] nodeID,
org.xmpp.packet.JID address)
Returns a session surrogate of a component session hosted by a remote cluster node.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.