Uses of Class
org.jivesoftware.openfire.session.LocalOutgoingServerSession
Packages that use LocalOutgoingServerSession
Package
Description
Classes used for server-to-server communication.
-
Uses of LocalOutgoingServerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type LocalOutgoingServerSessionModifier and TypeMethodDescriptionvoid
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 LocalOutgoingServerSessionModifier and TypeMethodDescriptionServerDialback.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 LocalOutgoingServerSessionModifier and TypeMethodDescriptionvoid
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 LocalOutgoingServerSessionModifier and TypeMethodDescriptionConsistencyChecks.generateReportForRoutingTableServerRoutes
(Cache<DomainPair, NodeID> serversCache, Collection<LocalOutgoingServerSession> localServerRoutes, HashMap<NodeID, Set<DomainPair>> s2sDomainPairsByClusterNode) Verifies that #serversCache, #localServerRoutingTable and #s2sDomainPairsByClusterNode ofRoutingTableImpl
are in a consistent state.