Uses of Interface
org.jivesoftware.openfire.session.OutgoingServerSession
Packages that use OutgoingServerSession
Package
Description
Classes used for server-to-server communication.
-
Uses of OutgoingServerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return OutgoingServerSessionModifier and TypeMethodDescriptionSessionManager.getOutgoingServerSession(DomainPair pair) Returns a session that was originated from this server to a remote server.RoutingTable.getServerRoute(DomainPair pair) Returns the outgoing server session associated to the specified XMPP address ornullif none was found.Methods in org.jivesoftware.openfire that return types with arguments of type OutgoingServerSession -
Uses of OutgoingServerSession in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server that return OutgoingServerSessionModifier and TypeMethodDescriptionOutgoingServerSocketReader.getSession()Returns the OutgoingServerSession for which this reader is working for ornullif a OutgoingServerSession was not created yet.Methods in org.jivesoftware.openfire.server with parameters of type OutgoingServerSessionModifier and TypeMethodDescriptionvoidOutgoingServerSocketReader.setSession(OutgoingServerSession session) Sets the OutgoingServerSession for which this reader is working for. -
Uses of OutgoingServerSession in org.jivesoftware.openfire.session
Classes in org.jivesoftware.openfire.session that implement OutgoingServerSessionModifier and TypeClassDescriptionclassServer-to-server communication is done using two TCP connections between the servers.classSurrogate for outgoing server sessions hosted in some remote cluster node.Methods in org.jivesoftware.openfire.session that return OutgoingServerSessionModifier and TypeMethodDescriptionRemoteSessionLocator.getOutgoingServerSession(byte[] nodeID, DomainPair address) Returns a session surrogate of an outgoing server session hosted by a remote cluster node.RemoteSessionLocatorImpl.getOutgoingServerSession(byte[] nodeID, DomainPair address) -
Uses of OutgoingServerSession in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return OutgoingServerSession