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 LocalIncomingServerSessionSessionManager. createIncomingServerSession(Connection conn, StreamID id, String fromDomain)Creates a session for a remote server.LocalIncomingServerSessionSessionManager. 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 voidSessionManager. 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 LocalIncomingServerSession Modifier and Type Method Description static 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 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 LocalIncomingServerSessionServerDialback. 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 LocalIncomingServerSession Modifier and Type Method Description static LocalIncomingServerSessionLocalIncomingServerSession. createSession(String serverName, XMPPPacketReader reader, SocketConnection connection, boolean directTLS)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 ofSessionManagerare in a consistent state.
-