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.
IQ class implementations.
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.SessionManager.bindResource(LocalClientSession session, AuthToken authToken, String resource) Resolves any resource-binding conflict for the requested full JID and, if the conflict policy permits, binds the resource to the (already authenticated) session - enforcing the single-session-per-full-JID invariant cluster-wide.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.handler
Methods in org.jivesoftware.openfire.handler with parameters of type LocalClientSessionModifier and TypeMethodDescriptionbooleanBind2CarbonsHandler.handleElement(LocalClientSession session, org.dom4j.Element bound, org.dom4j.Element element) -
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.net
Methods in org.jivesoftware.openfire.net with parameters of type LocalClientSessionModifier and TypeMethodDescriptionbooleanBind2InlineHandler.handleElement(LocalClientSession session, org.dom4j.Element bound, org.dom4j.Element element) Process an inline element from a bind2 request.org.dom4j.ElementBind2Request.processFeatureRequests(LocalClientSession clientSession, org.dom4j.Element successElement) Process feature request elements using registered handlers. -
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, Collection<LocalClientSession> localClientRoutes, Map<NodeID, Set<String>> routeOwnersByClusterNode) Verifies that usersCache, #localClientRoutingTable and routeOwnersByClusterNode ofRoutingTableImplare in a consistent state.