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 ConnectionMultiplexerSession
SessionManager. getConnectionMultiplexerSession(org.xmpp.packet.JID address)
Returns the session originated from the specified address ornull
if 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 ConnectionMultiplexerSession
ConnectionMultiplexerManager. getMultiplexerSession(String connectionManagerDomain)
Returns aConnectionMultiplexerSession
for the specified connection manager domain ornull
if none was found.ConnectionMultiplexerSession
ConnectionMultiplexerManager. getMultiplexerSession(String connectionManagerDomain, StreamID streamID)
Returns aConnectionMultiplexerSession
for the specified connection manager domain ornull
if 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 class
LocalConnectionMultiplexerSession
Represents a session between the server and a connection manager.class
RemoteConnectionMultiplexerSession
Surrogate for connection manager sessions hosted in some remote cluster node.Methods in org.jivesoftware.openfire.session that return ConnectionMultiplexerSession Modifier and Type Method Description ConnectionMultiplexerSession
RemoteSessionLocator. getConnectionMultiplexerSession(byte[] nodeID, org.xmpp.packet.JID address)
Returns a session surrogate of a Connection Multiplexer session hosted by a remote cluster node.ConnectionMultiplexerSession
RemoteSessionLocatorImpl. getConnectionMultiplexerSession(byte[] nodeID, org.xmpp.packet.JID address)
-