Uses of Interface
org.jivesoftware.openfire.session.IncomingServerSession
-
Packages that use IncomingServerSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.session -
-
Uses of IncomingServerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return types with arguments of type IncomingServerSession Modifier and Type Method Description List<IncomingServerSession>SessionManager. 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 IncomingServerSession Modifier and Type Class Description classLocalIncomingServerSessionServer-to-server communication is done using two TCP connections between the servers.classRemoteIncomingServerSessionSurrogate for incoming server sessions hosted in some remote cluster node.Methods in org.jivesoftware.openfire.session that return IncomingServerSession Modifier and Type Method Description IncomingServerSessionRemoteSessionLocator. getIncomingServerSession(byte[] nodeID, StreamID streamID)Returns a session surrogate of an incoming server session hosted by a remote cluster node.IncomingServerSessionRemoteSessionLocatorImpl. getIncomingServerSession(byte[] nodeID, StreamID streamID)
-