Uses of Class
org.jivesoftware.openfire.session.LocalComponentSession
Packages that use LocalComponentSession
-
Uses of LocalComponentSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return LocalComponentSessionModifier and TypeMethodDescriptionSessionManager.createComponentSession
(org.xmpp.packet.JID address, Connection conn) Methods in org.jivesoftware.openfire with parameters of type LocalComponentSessionModifier and TypeMethodDescriptionvoid
SessionManager.removeComponentSession
(LocalComponentSession session) -
Uses of LocalComponentSession in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that return LocalComponentSessionModifier and TypeMethodDescriptionstatic LocalComponentSession
LocalComponentSession.createSession
(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection) Returns a newly created session between the server and a component.LocalComponentSession.LocalExternalComponent.getSession()
Constructors in org.jivesoftware.openfire.session with parameters of type LocalComponentSessionModifierConstructorDescriptionLocalExternalComponent
(LocalComponentSession session, Connection connection)