Uses of Interface
org.jivesoftware.openfire.session.OutgoingServerSession
-
Packages that use OutgoingServerSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.server Classes used for server-to-server communication.org.jivesoftware.openfire.session org.jivesoftware.openfire.spi -
-
Uses of OutgoingServerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return OutgoingServerSession Modifier and Type Method 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 ornull
if none was found.Methods in org.jivesoftware.openfire that return types with arguments of type OutgoingServerSession Modifier and Type Method Description List<OutgoingServerSession>
SessionManager. getOutgoingServerSessions(String host)
-
Uses of OutgoingServerSession in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server that return OutgoingServerSession Modifier and Type Method Description OutgoingServerSession
OutgoingServerSocketReader. getSession()
Returns the OutgoingServerSession for which this reader is working for ornull
if a OutgoingServerSession was not created yet.Methods in org.jivesoftware.openfire.server with parameters of type OutgoingServerSession Modifier and Type Method Description void
OutgoingServerSocketReader. 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 OutgoingServerSession Modifier and Type Class Description class
LocalOutgoingServerSession
Server-to-server communication is done using two TCP connections between the servers.class
RemoteOutgoingServerSession
Surrogate for outgoing server sessions hosted in some remote cluster node.Methods in org.jivesoftware.openfire.session that return OutgoingServerSession Modifier and Type Method Description OutgoingServerSession
RemoteSessionLocator. getOutgoingServerSession(byte[] nodeID, DomainPair address)
Returns a session surrogate of an outgoing server session hosted by a remote cluster node.OutgoingServerSession
RemoteSessionLocatorImpl. getOutgoingServerSession(byte[] nodeID, DomainPair address)
-
Uses of OutgoingServerSession in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return OutgoingServerSession Modifier and Type Method Description OutgoingServerSession
RoutingTableImpl. getServerRoute(DomainPair jids)
-