Uses of Interface
org.jivesoftware.openfire.session.ComponentSession
-
Packages that use ComponentSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.session -
-
Uses of ComponentSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return ComponentSession Modifier and Type Method Description ComponentSession
SessionManager. getComponentSession(String domain)
Returns the session of the component whose domain matches the specified domain.Methods in org.jivesoftware.openfire that return types with arguments of type ComponentSession Modifier and Type Method Description Collection<ComponentSession>
SessionManager. getComponentSessions()
Returns a collection with the established sessions from external components. -
Uses of ComponentSession in org.jivesoftware.openfire.session
Classes in org.jivesoftware.openfire.session that implement ComponentSession Modifier and Type Class Description class
LocalComponentSession
Represents a session between the server and a component.class
RemoteComponentSession
Surrogate for sessions of external components hosted in some remote cluster node.Methods in org.jivesoftware.openfire.session that return ComponentSession Modifier and Type Method Description ComponentSession
RemoteSessionLocator. getComponentSession(byte[] nodeID, org.xmpp.packet.JID address)
Returns a session surrogate of a component session hosted by a remote cluster node.ComponentSession
RemoteSessionLocatorImpl. getComponentSession(byte[] nodeID, org.xmpp.packet.JID address)
-