Uses of Interface
org.jivesoftware.openfire.session.ConnectionMultiplexerSession
-
Packages that use ConnectionMultiplexerSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.multiplex Connection Manager implementation.org.jivesoftware.openfire.session -
-
Uses of ConnectionMultiplexerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return ConnectionMultiplexerSession Modifier and Type Method Description ConnectionMultiplexerSessionSessionManager. 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 ConnectionMultiplexerSession Modifier and Type Method Description List<ConnectionMultiplexerSession>SessionManager. getConnectionMultiplexerSessions()Returns all sessions originated from connection managers.List<ConnectionMultiplexerSession>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 ConnectionMultiplexerSession Modifier and Type Method Description ConnectionMultiplexerSessionConnectionMultiplexerManager. getMultiplexerSession(String connectionManagerDomain)Returns aConnectionMultiplexerSessionfor the specified connection manager domain ornullif none was found.ConnectionMultiplexerSessionConnectionMultiplexerManager. 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 ConnectionMultiplexerSession Modifier and Type Class Description classLocalConnectionMultiplexerSessionRepresents a session between the server and a connection manager.Methods in org.jivesoftware.openfire.session that return ConnectionMultiplexerSession Modifier and Type Method Description ConnectionMultiplexerSessionRemoteSessionLocator. getConnectionMultiplexerSession(byte[] nodeID, org.xmpp.packet.JID address)Returns a session surrogate of a Connection Multiplexer session hosted by a remote cluster node.
-