Uses of Interface
org.jivesoftware.openfire.session.ConnectionMultiplexerSession
Packages that use ConnectionMultiplexerSession
Package
Description
Connection Manager implementation.
-
Uses of ConnectionMultiplexerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return ConnectionMultiplexerSessionModifier and TypeMethodDescriptionSessionManager.getConnectionMultiplexerSession(org.xmpp.packet.JID address) Returns the session originated from the specified address ornullif none was found.Methods in org.jivesoftware.openfire that return types with arguments of type ConnectionMultiplexerSessionModifier and TypeMethodDescriptionSessionManager.getConnectionMultiplexerSessions()Returns all sessions originated from connection managers.SessionManager.getConnectionMultiplexerSessions(String domain) Returns a collection with all the sessions originated from the connection manager whose domain matches the specified domain. -
Uses of ConnectionMultiplexerSession in org.jivesoftware.openfire.multiplex
Methods in org.jivesoftware.openfire.multiplex that return ConnectionMultiplexerSessionModifier and TypeMethodDescriptionConnectionMultiplexerManager.getMultiplexerSession(String connectionManagerDomain) Returns aConnectionMultiplexerSessionfor the specified connection manager domain ornullif none was found.ConnectionMultiplexerManager.getMultiplexerSession(String connectionManagerDomain, StreamID streamID) Returns aConnectionMultiplexerSessionfor the specified connection manager domain ornullif none was found. -
Uses of ConnectionMultiplexerSession in org.jivesoftware.openfire.session
Classes in org.jivesoftware.openfire.session that implement ConnectionMultiplexerSessionModifier and TypeClassDescriptionclassRepresents a session between the server and a connection manager.classSurrogate for connection manager sessions hosted in some remote cluster node.Methods in org.jivesoftware.openfire.session that return ConnectionMultiplexerSessionModifier and TypeMethodDescriptionRemoteSessionLocator.getConnectionMultiplexerSession(byte[] nodeID, org.xmpp.packet.JID address) Returns a session surrogate of a Connection Multiplexer session hosted by a remote cluster node.RemoteSessionLocatorImpl.getConnectionMultiplexerSession(byte[] nodeID, org.xmpp.packet.JID address)