| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.server |
Classes used for server-to-server communication.
|
| org.jivesoftware.openfire.session | |
| org.jivesoftware.openfire.spi |
| Modifier and Type | Method and Description |
|---|---|
OutgoingServerSession |
SessionManager.getOutgoingServerSession(DomainPair pair)
Returns a session that was originated from this server to a remote server.
|
OutgoingServerSession |
RoutingTable.getServerRoute(DomainPair pair)
Returns the outgoing server session associated to the specified XMPP address or null
if none was found.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutgoingServerSession> |
SessionManager.getOutgoingServerSessions(String host) |
| Modifier and Type | Method and Description |
|---|---|
OutgoingServerSession |
OutgoingServerSocketReader.getSession()
Returns the OutgoingServerSession for which this reader is working for or null if
a OutgoingServerSession was not created yet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutgoingServerSocketReader.setSession(OutgoingServerSession session)
Sets the OutgoingServerSession for which this reader is working for.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalOutgoingServerSession
Server-to-server communication is done using two TCP connections between the servers.
|
| Modifier and Type | Method and Description |
|---|---|
OutgoingServerSession |
RemoteSessionLocator.getOutgoingServerSession(byte[] nodeID,
DomainPair address)
Returns a session surrogate of an outgoing server session hosted by a remote cluster node.
|
| Modifier and Type | Method and Description |
|---|---|
OutgoingServerSession |
RoutingTableImpl.getServerRoute(DomainPair jids) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.