Uses of Class
org.jivesoftware.openfire.session.LocalClientSession
Packages that use LocalClientSession
Package
Description
Implementation of XEP-0352 "Client State Indication"
It is common for IM clients to be logged in and 'online' even while the user is not interacting with the application.
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
Connection Manager implementation.
Provides classes for SASL.
-
Uses of LocalClientSession in org.jivesoftware.openfire
Fields in org.jivesoftware.openfire declared as LocalClientSessionMethods in org.jivesoftware.openfire that return LocalClientSessionModifier and TypeMethodDescriptionSessionManager.createClientSession(Connection conn, Locale language) Creates a newClientSession.SessionManager.createClientSession(Connection conn, StreamID id) Creates a newClientSessionwith the specified streamID.SessionManager.createClientSession(Connection conn, StreamID id, Locale language) Creates a newClientSessionwith the specified streamID.Methods in org.jivesoftware.openfire with parameters of type LocalClientSessionModifier and TypeMethodDescriptionvoidRoutingTable.addClientRoute(org.xmpp.packet.JID route, LocalClientSession destination) Adds a route to the routing table for the specified client session.voidSessionManager.addSession(LocalClientSession session) Add a new session to be managed.voidSessionManager.changePriority(LocalClientSession session, int oldPriority) Change the priority of a session, that was already available, associated with the sender.booleanSessionManager.removeSession(LocalClientSession session) Removes a session.voidSessionManager.sessionAvailable(LocalClientSession session, org.xmpp.packet.Presence presence) Notification message sent when a client sent an available presence for the session.voidSessionManager.sessionUnavailable(LocalClientSession session) Notification message sent when a client sent an unavailable presence for the session.Constructors in org.jivesoftware.openfire with parameters of type LocalClientSession -
Uses of LocalClientSession in org.jivesoftware.openfire.csi
Constructors in org.jivesoftware.openfire.csi with parameters of type LocalClientSession -
Uses of LocalClientSession in org.jivesoftware.openfire.http
Subclasses of LocalClientSession in org.jivesoftware.openfire.httpModifier and TypeClassDescriptionclassA session represents a series of interactions with an XMPP client sending packets using the HTTP Binding protocol specified in XEP-0124. -
Uses of LocalClientSession in org.jivesoftware.openfire.multiplex
Methods in org.jivesoftware.openfire.multiplex that return LocalClientSessionModifier and TypeMethodDescriptionConnectionMultiplexerManager.getClientSession(String connectionManagerDomain, StreamID streamID) Returns the ClientSession with the specified stream ID that is being hosted by the specified connection manager. -
Uses of LocalClientSession in org.jivesoftware.openfire.sasl
Constructors in org.jivesoftware.openfire.sasl with parameters of type LocalClientSession -
Uses of LocalClientSession in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that return LocalClientSessionModifier and TypeMethodDescriptionstatic LocalClientSessionLocalClientSession.createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection) Returns a newly created session between the server and a client.Constructors in org.jivesoftware.openfire.session with parameters of type LocalClientSession -
Uses of LocalClientSession in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi with parameters of type LocalClientSessionModifier and TypeMethodDescriptionvoidRoutingTableImpl.addClientRoute(org.xmpp.packet.JID route, LocalClientSession destination) -
Uses of LocalClientSession in org.jivesoftware.openfire.websocket
Constructors in org.jivesoftware.openfire.websocket with parameters of type LocalClientSession -
Uses of LocalClientSession in org.jivesoftware.util.cache
Method parameters in org.jivesoftware.util.cache with type arguments of type LocalClientSessionModifier and TypeMethodDescriptionConsistencyChecks.generateReportForRoutingTableClientRoutes(Cache<String, ClientRoute> usersCache, Cache<String, ClientRoute> anonymousUsersCache, Collection<LocalClientSession> localClientRoutes, Map<NodeID, Set<String>> routeOwnersByClusterNode) Verifies that usersCache, anonymousUsersCache, #localClientRoutingTable and routeOwnersByClusterNode ofRoutingTableImplare in a consistent state.