| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.session | |
| org.jivesoftware.openfire.spi |
| Modifier and Type | Method and Description |
|---|---|
Collection<DomainPair> |
SessionManager.getOutgoingDomainPairs() |
Collection<DomainPair> |
RoutingTable.getServerRoutes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingTable.addServerRoute(DomainPair route,
LocalOutgoingServerSession destination)
Adds a route to the routing table for the specified outoing server session.
|
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. |
boolean |
RoutingTable.hasServerRoute(DomainPair pair)
Returns true if an outgoing server session exists to the specified remote server.
|
boolean |
RoutingTable.removeServerRoute(DomainPair route)
Returns true if a route to an outoing server has been successfully removed.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DomainPair> |
OutgoingServerSession.getOutgoingDomainPairs()
Obtains all authenticated domain pairs.
|
Collection<DomainPair> |
LocalOutgoingServerSession.getOutgoingDomainPairs() |
| 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 |
|---|---|
Collection<DomainPair> |
RoutingTableImpl.getServerRoutes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingTableImpl.addServerRoute(DomainPair address,
LocalOutgoingServerSession destination) |
OutgoingServerSession |
RoutingTableImpl.getServerRoute(DomainPair jids) |
boolean |
RoutingTableImpl.hasServerRoute(DomainPair pair) |
boolean |
RoutingTableImpl.removeServerRoute(DomainPair route) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.