Uses of Class
org.jivesoftware.openfire.session.LocalOutgoingServerSession
-
Packages that use LocalOutgoingServerSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.server Classes used for server-to-server communication.org.jivesoftware.openfire.spi org.jivesoftware.util.cache -
-
Uses of LocalOutgoingServerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type LocalOutgoingServerSession Modifier and Type Method Description void
RoutingTable. addServerRoute(DomainPair route, LocalOutgoingServerSession destination)
Adds a route to the routing table for the specified outgoing server session, or replaces a pre-existing one.void
SessionManager. outgoingServerSessionCreated(LocalOutgoingServerSession session)
Notification message that a new OutgoingServerSession has been created. -
Uses of LocalOutgoingServerSession in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server that return LocalOutgoingServerSession Modifier and Type Method Description LocalOutgoingServerSession
ServerDialback. createOutgoingSession(int port)
Creates a new connection for the domain pair, where the local domain acts as the Originating Server and the remote domain as the Receiving Server. -
Uses of LocalOutgoingServerSession in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi with parameters of type LocalOutgoingServerSession Modifier and Type Method Description void
RoutingTableImpl. addServerRoute(DomainPair address, LocalOutgoingServerSession destination)
-
Uses of LocalOutgoingServerSession in org.jivesoftware.util.cache
Method parameters in org.jivesoftware.util.cache with type arguments of type LocalOutgoingServerSession Modifier and Type Method Description static com.google.common.collect.Multimap<String,String>
ConsistencyChecks. generateReportForRoutingTableServerRoutes(Cache<DomainPair,NodeID> serversCache, Collection<LocalOutgoingServerSession> localServerRoutes, HashMap<NodeID,Set<DomainPair>> s2sDomainPairsByClusterNode)
Verifies that #serversCache, #localRoutingTable#getServerRoutes and #s2sDomainPairsByClusterNode ofRoutingTableImpl
are in a consistent state.
-