| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.session |
| Modifier and Type | Method and Description |
|---|---|
List<IncomingServerSession> |
SessionManager.getIncomingServerSessions(String hostname)
Returns the list of sessions that were originated by a remote server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManager.unregisterIncomingServerSession(String hostname,
IncomingServerSession session)
Unregisters the specified remote server session originiated by the specified remote server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalIncomingServerSession
Server-to-server communication is done using two TCP connections between the servers.
|
| Modifier and Type | Method and Description |
|---|---|
IncomingServerSession |
RemoteSessionLocator.getIncomingServerSession(byte[] nodeID,
StreamID streamID)
Returns a session surrogate of an incoming server session hosted by a remote cluster node.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.