Uses of Class
org.jivesoftware.openfire.session.LocalClientSession
-
Packages that use LocalClientSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.csi 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.org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).org.jivesoftware.openfire.multiplex Connection Manager implementation.org.jivesoftware.openfire.sasl Provides classes for SASL.org.jivesoftware.openfire.session org.jivesoftware.openfire.spi org.jivesoftware.openfire.websocket org.jivesoftware.util.cache -
-
Uses of LocalClientSession in org.jivesoftware.openfire
Fields in org.jivesoftware.openfire declared as LocalClientSession Modifier and Type Field Description protected LocalClientSessionSessionPacketRouter. sessionMethods in org.jivesoftware.openfire that return LocalClientSession Modifier and Type Method Description LocalClientSessionSessionManager. createClientSession(Connection conn, Locale language)Creates a newClientSession.LocalClientSessionSessionManager. createClientSession(Connection conn, StreamID id)Creates a newClientSessionwith the specified streamID.LocalClientSessionSessionManager. createClientSession(Connection conn, StreamID id, Locale language)Creates a newClientSessionwith the specified streamID.Methods in org.jivesoftware.openfire with parameters of type LocalClientSession Modifier and Type Method Description voidRoutingTable. 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 Constructor Description SessionPacketRouter(LocalClientSession session) -
Uses of LocalClientSession in org.jivesoftware.openfire.csi
Constructors in org.jivesoftware.openfire.csi with parameters of type LocalClientSession Constructor Description CsiManager(LocalClientSession session) -
Uses of LocalClientSession in org.jivesoftware.openfire.http
Subclasses of LocalClientSession in org.jivesoftware.openfire.http Modifier and Type Class Description classHttpSessionA 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 LocalClientSession Modifier and Type Method Description LocalClientSessionConnectionMultiplexerManager. 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 Constructor Description ExternalClientSaslServer(LocalClientSession session) -
Uses of LocalClientSession in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that return LocalClientSession Modifier and Type Method Description static 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 Constructor Description ClientSessionInfo(LocalClientSession session) -
Uses of LocalClientSession in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi with parameters of type LocalClientSession Modifier and Type Method Description voidRoutingTableImpl. 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 Constructor Description StreamManagementPacketRouter(LocalClientSession session) -
Uses of LocalClientSession in org.jivesoftware.util.cache
Method parameters in org.jivesoftware.util.cache with type arguments of type LocalClientSession Modifier and Type Method Description static com.google.common.collect.Multimap<String,String>ConsistencyChecks. 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.
-