Uses of Class
org.jivesoftware.openfire.session.LocalIncomingServerSession
Packages that use LocalIncomingServerSession
Package
Description
Provides classes for SASL.
Classes used for server-to-server communication.
-
Uses of LocalIncomingServerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return LocalIncomingServerSessionModifier and TypeMethodDescriptionSessionManager.createIncomingServerSession(Connection conn, StreamID id, String fromDomain) Creates a session for a remote server.SessionManager.getIncomingServerSession(StreamID streamID) Returns the incoming server session hosted by this JVM that matches the specified stream ID.Methods in org.jivesoftware.openfire with parameters of type LocalIncomingServerSessionModifier and TypeMethodDescriptionvoidSessionManager.registerIncomingServerSession(String domain, LocalIncomingServerSession session) Registers that a server session originated by a remote server is hosting a given domain.voidSessionManager.unregisterIncomingServerSession(String domain, LocalIncomingServerSession session) Unregisters the specified remote domain that previously originated from the specified session of a remote server. -
Uses of LocalIncomingServerSession in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net with parameters of type LocalIncomingServerSessionModifier and TypeMethodDescriptionstatic org.dom4j.ElementSASLAuthentication.getSASLMechanismsElement(LocalIncomingServerSession session) -
Uses of LocalIncomingServerSession in org.jivesoftware.openfire.sasl
Constructors in org.jivesoftware.openfire.sasl with parameters of type LocalIncomingServerSession -
Uses of LocalIncomingServerSession in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server that return LocalIncomingServerSessionModifier and TypeMethodDescriptionServerDialback.createIncomingSession(XMPPPacketReader reader) Returns a newIncomingServerSessionwith a domain validated by the Authoritative Server. -
Uses of LocalIncomingServerSession in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that return LocalIncomingServerSessionModifier and TypeMethodDescriptionstatic LocalIncomingServerSessionLocalIncomingServerSession.createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection, boolean directTLS, boolean doNotSendXMPPStream) Creates a new session that will receive packets.Constructors in org.jivesoftware.openfire.session with parameters of type LocalIncomingServerSessionModifierConstructorDescriptionIncomingServerSessionInfo(LocalIncomingServerSession serverSession) -
Uses of LocalIncomingServerSession in org.jivesoftware.util.cache
Method parameters in org.jivesoftware.util.cache with type arguments of type LocalIncomingServerSessionModifier and TypeMethodDescriptionConsistencyChecks.generateReportForSessionManagerIncomingServerSessions(Cache<StreamID, IncomingServerSessionInfo> incomingServerSessionsCache, Collection<LocalIncomingServerSession> localIncomingServerSessions, Map<NodeID, Set<StreamID>> incomingServerSessionsByClusterNode) Verifies that #incomingServerSessionsCache, #localIncomingServerSessions and #incomingServerSessionsByClusterNode ofSessionManagerare in a consistent state.