Uses of Class
org.jivesoftware.openfire.session.LocalIncomingServerSession
-
Packages that use LocalIncomingServerSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.net org.jivesoftware.openfire.sasl Provides classes for SASL.org.jivesoftware.openfire.server Classes used for server-to-server communication.org.jivesoftware.openfire.session org.jivesoftware.util.cache -
-
Uses of LocalIncomingServerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return LocalIncomingServerSession Modifier and Type Method Description LocalIncomingServerSession
SessionManager. createIncomingServerSession(Connection conn, StreamID id, String fromDomain)
Creates a session for a remote server.LocalIncomingServerSession
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 LocalIncomingServerSession Modifier and Type Method Description void
SessionManager. registerIncomingServerSession(String domain, LocalIncomingServerSession session)
Registers that a server session originated by a remote server is hosting a given domain.void
SessionManager. 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 LocalIncomingServerSession Modifier and Type Method Description static org.dom4j.Element
SASLAuthentication. getSASLMechanismsElement(LocalIncomingServerSession session)
-
Uses of LocalIncomingServerSession in org.jivesoftware.openfire.sasl
Constructors in org.jivesoftware.openfire.sasl with parameters of type LocalIncomingServerSession Constructor Description ExternalServerSaslServer(LocalIncomingServerSession session)
-
Uses of LocalIncomingServerSession in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server that return LocalIncomingServerSession Modifier and Type Method Description LocalIncomingServerSession
ServerDialback. createIncomingSession(XMPPPacketReader reader)
Returns a newIncomingServerSession
with a domain validated by the Authoritative Server. -
Uses of LocalIncomingServerSession in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that return LocalIncomingServerSession Modifier and Type Method Description static LocalIncomingServerSession
LocalIncomingServerSession. 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 LocalIncomingServerSession Constructor Description IncomingServerSessionInfo(LocalIncomingServerSession serverSession)
-
Uses of LocalIncomingServerSession in org.jivesoftware.util.cache
Method parameters in org.jivesoftware.util.cache with type arguments of type LocalIncomingServerSession Modifier and Type Method Description static com.google.common.collect.Multimap<String,String>
ConsistencyChecks. generateReportForSessionManagerIncomingServerSessions(Cache<StreamID,IncomingServerSessionInfo> incomingServerSessionsCache, Collection<LocalIncomingServerSession> localIncomingServerSessions, Map<NodeID,Set<StreamID>> incomingServerSessionsByClusterNode)
Verifies that #incomingServerSessionsCache, #localIncomingServerSessions and #incomingServerSessionsByClusterNode ofSessionManager
are in a consistent state.
-