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 -
-
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 hostname, LocalIncomingServerSession session)
Registers that a server session originated by a remote server is hosting a given hostname. -
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, XMPPPacketReader reader, SocketConnection connection, boolean directTLS)
Creates a new session that will receive packets.
-