Uses of Interface
org.jivesoftware.openfire.session.IncomingServerSession
Packages that use IncomingServerSession
-
Uses of IncomingServerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return types with arguments of type IncomingServerSessionModifier and TypeMethodDescriptionSessionManager.getIncomingServerSessions(String domain) Returns the list of sessions that were originated by a remote server. -
Uses of IncomingServerSession in org.jivesoftware.openfire.session
Classes in org.jivesoftware.openfire.session that implement IncomingServerSessionModifier and TypeClassDescriptionclassServer-to-server communication is done using two TCP connections between the servers.classSurrogate for incoming server sessions hosted in some remote cluster node.Methods in org.jivesoftware.openfire.session that return IncomingServerSessionModifier and TypeMethodDescriptionRemoteSessionLocator.getIncomingServerSession(byte[] nodeID, StreamID streamID) Returns a session surrogate of an incoming server session hosted by a remote cluster node.RemoteSessionLocatorImpl.getIncomingServerSession(byte[] nodeID, StreamID streamID)