Uses of Class
org.jivesoftware.openfire.session.LocalSession
-
Packages that use LocalSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).org.jivesoftware.openfire.net org.jivesoftware.openfire.nio org.jivesoftware.openfire.sasl Provides classes for SASL.org.jivesoftware.openfire.session org.jivesoftware.openfire.streammanagement org.jivesoftware.openfire.websocket -
-
Uses of LocalSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type LocalSession Modifier and Type Method Description voidSessionManager. addDetached(LocalSession localSession)Record a session as being detached (ie, has no connection).voidConnection. init(LocalSession session)Initializes the connection with it's owning session.booleanSessionManager. isDetached(LocalSession localSession)Checks if a session is currently in the detached state (ie, has no connection, but has not been formally closed yet either).voidConnection. reinit(LocalSession session)Reinitializes the connection to switch to a different session.voidSessionManager. removeDetached(LocalSession localSession)Remove a session as being detached. -
Uses of LocalSession in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco with parameters of type LocalSession Modifier and Type Method Description static voidIQDiscoInfoHandler. setSoftwareVersionDataFormFromDiscoInfo(org.dom4j.Element query, LocalSession session)Set all Software Version data responsed by the peer for the Software information request Service Discovery (XEP-0232) -
Uses of LocalSession in org.jivesoftware.openfire.http
Subclasses of LocalSession 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 LocalSession in org.jivesoftware.openfire.net
Fields in org.jivesoftware.openfire.net declared as LocalSession Modifier and Type Field Description protected LocalSessionSocketReader. sessionSession associated with the socket reader.protected LocalSessionStanzaHandler. sessionSession associated with the socket reader.protected LocalSessionVirtualConnection. sessionMethods in org.jivesoftware.openfire.net with parameters of type LocalSession Modifier and Type Method Description static StringSASLAuthentication. getSASLMechanisms(LocalSession session)Returns a string with the valid SASL mechanisms available for the specified session.static SASLAuthentication.StatusSASLAuthentication. handle(LocalSession session, org.dom4j.Element doc)Handles the SASL authentication packet.voidSocketConnection. init(LocalSession owner)Deprecated.voidVirtualConnection. init(LocalSession session)voidSocketConnection. reinit(LocalSession owner)Deprecated.voidVirtualConnection. reinit(LocalSession session)voidStanzaHandler. setSession(LocalSession session) -
Uses of LocalSession in org.jivesoftware.openfire.nio
Methods in org.jivesoftware.openfire.nio with parameters of type LocalSession Modifier and Type Method Description voidNIOConnection. init(LocalSession owner)voidNIOConnection. reinit(LocalSession owner) -
Uses of LocalSession in org.jivesoftware.openfire.sasl
Constructors in org.jivesoftware.openfire.sasl with parameters of type LocalSession Constructor Description AnonymousSaslServer(LocalSession session) -
Uses of LocalSession in org.jivesoftware.openfire.session
Subclasses of LocalSession in org.jivesoftware.openfire.session Modifier and Type Class Description classLocalClientSessionRepresents a session between the server and a client.classLocalComponentSessionRepresents a session between the server and a component.classLocalConnectionMultiplexerSessionRepresents a session between the server and a connection manager.classLocalIncomingServerSessionServer-to-server communication is done using two TCP connections between the servers.classLocalOutgoingServerSessionServer-to-server communication is done using two TCP connections between the servers.classLocalServerSessionMethods in org.jivesoftware.openfire.session with parameters of type LocalSession Modifier and Type Method Description voidLocalSession. reattach(LocalSession connectionProvider, long h)Reattach the (existing) session to the connection provided by a new session (a session that will be replaced by the older, pre-existing session). -
Uses of LocalSession in org.jivesoftware.openfire.streammanagement
Constructors in org.jivesoftware.openfire.streammanagement with parameters of type LocalSession Constructor Description StreamManager(LocalSession session) -
Uses of LocalSession in org.jivesoftware.openfire.websocket
Methods in org.jivesoftware.openfire.websocket with parameters of type LocalSession Modifier and Type Method Description voidWebSocketConnection. reinit(LocalSession session)
-