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 class
LocalIncomingServerSession
Server-to-server communication is done using two TCP connections between the servers.class
RemoteIncomingServerSession
Surrogate for incoming server sessions hosted in some remote cluster node.Methods in org.jivesoftware.openfire.session that return IncomingServerSession Modifier and Type Method Description IncomingServerSession
RemoteSessionLocator. getIncomingServerSession(byte[] nodeID, StreamID streamID)
Returns a session surrogate of an incoming server session hosted by a remote cluster node.IncomingServerSession
RemoteSessionLocatorImpl. getIncomingServerSession(byte[] nodeID, StreamID streamID)
-