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 hostname)Returns the list of sessions that were originated by a remote server.Methods in org.jivesoftware.openfire with parameters of type IncomingServerSession Modifier and Type Method Description voidSessionManager. unregisterIncomingServerSession(String hostname, IncomingServerSession session)Unregisters the specified remote server session originiated by the specified 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.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.
-