Uses of Class
org.jivesoftware.openfire.session.DomainPair
-
Packages that use DomainPair Package Description org.jivesoftware.openfire org.jivesoftware.openfire.session org.jivesoftware.openfire.spi -
-
Uses of DomainPair in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return types with arguments of type DomainPair Modifier and Type Method Description Collection<DomainPair>SessionManager. getOutgoingDomainPairs()Collection<DomainPair>RoutingTable. getServerRoutes()Methods in org.jivesoftware.openfire with parameters of type DomainPair Modifier and Type Method Description voidRoutingTable. addServerRoute(DomainPair route, LocalOutgoingServerSession destination)Adds a route to the routing table for the specified outoing server session.OutgoingServerSessionSessionManager. getOutgoingServerSession(DomainPair pair)Returns a session that was originated from this server to a remote server.OutgoingServerSessionRoutingTable. getServerRoute(DomainPair pair)Returns the outgoing server session associated to the specified XMPP address ornullif none was found.booleanRoutingTable. hasServerRoute(DomainPair pair)Returns true if an outgoing server session exists to the specified remote server.booleanRoutingTable. removeServerRoute(DomainPair route)Returns true if a route to an outoing server has been successfully removed. -
Uses of DomainPair in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that return types with arguments of type DomainPair Modifier and Type Method Description Collection<DomainPair>LocalOutgoingServerSession. getOutgoingDomainPairs()Collection<DomainPair>OutgoingServerSession. getOutgoingDomainPairs()Obtains all authenticated domain pairs.Methods in org.jivesoftware.openfire.session with parameters of type DomainPair Modifier and Type Method Description OutgoingServerSessionRemoteSessionLocator. getOutgoingServerSession(byte[] nodeID, DomainPair address)Returns a session surrogate of an outgoing server session hosted by a remote cluster node. -
Uses of DomainPair in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return types with arguments of type DomainPair Modifier and Type Method Description Collection<DomainPair>RoutingTableImpl. getServerRoutes()Methods in org.jivesoftware.openfire.spi with parameters of type DomainPair Modifier and Type Method Description voidRoutingTableImpl. addServerRoute(DomainPair address, LocalOutgoingServerSession destination)OutgoingServerSessionRoutingTableImpl. getServerRoute(DomainPair jids)booleanRoutingTableImpl. hasServerRoute(DomainPair pair)booleanRoutingTableImpl. removeServerRoute(DomainPair route)
-