Uses of Class
org.jivesoftware.openfire.session.LocalComponentSession
-
Packages that use LocalComponentSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.session -
-
Uses of LocalComponentSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return LocalComponentSession Modifier and Type Method Description LocalComponentSession
SessionManager. createComponentSession(org.xmpp.packet.JID address, Connection conn)
Methods in org.jivesoftware.openfire with parameters of type LocalComponentSession Modifier and Type Method Description void
SessionManager. removeComponentSession(LocalComponentSession session)
-
Uses of LocalComponentSession in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that return LocalComponentSession Modifier and Type Method Description static LocalComponentSession
LocalComponentSession. createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection)
Returns a newly created session between the server and a component.LocalComponentSession
LocalComponentSession.LocalExternalComponent. getSession()
Constructors in org.jivesoftware.openfire.session with parameters of type LocalComponentSession Constructor Description LocalExternalComponent(LocalComponentSession session, Connection connection)
-