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 LocalComponentSessionSessionManager. createComponentSession(org.xmpp.packet.JID address, Connection conn)Methods in org.jivesoftware.openfire with parameters of type LocalComponentSession Modifier and Type Method Description voidSessionManager. 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 LocalComponentSessionLocalComponentSession. createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection)Returns a newly created session between the server and a component.LocalComponentSessionLocalComponentSession.LocalExternalComponent. getSession()Constructors in org.jivesoftware.openfire.session with parameters of type LocalComponentSession Constructor Description LocalExternalComponent(LocalComponentSession session, Connection connection)
-