Uses of Class
org.jivesoftware.openfire.session.LocalOutgoingServerSession
-
Packages that use LocalOutgoingServerSession Package Description org.jivesoftware.openfire org.jivesoftware.openfire.server Classes used for server-to-server communication.org.jivesoftware.openfire.spi -
-
Uses of LocalOutgoingServerSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type LocalOutgoingServerSession Modifier and Type Method Description voidRoutingTable. addServerRoute(DomainPair route, LocalOutgoingServerSession destination)Adds a route to the routing table for the specified outoing server session.voidSessionManager. outgoingServerSessionCreated(LocalOutgoingServerSession session)Notification message that a new OutgoingServerSession has been created. -
Uses of LocalOutgoingServerSession in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server that return LocalOutgoingServerSession Modifier and Type Method Description LocalOutgoingServerSessionServerDialback. createOutgoingSession(String localDomain, String remoteDomain, int port)Creates a new connection from the Originating Server to the Receiving Server for authenticating the specified domain. -
Uses of LocalOutgoingServerSession in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi with parameters of type LocalOutgoingServerSession Modifier and Type Method Description voidRoutingTableImpl. addServerRoute(DomainPair address, LocalOutgoingServerSession destination)
-