Uses of Interface
org.jivesoftware.openfire.RoutingTable
-
Packages that use RoutingTable Package Description org.jivesoftware.openfire org.jivesoftware.openfire.net org.jivesoftware.openfire.spi -
-
Uses of RoutingTable in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return RoutingTable Modifier and Type Method Description RoutingTable
XMPPServer. getRoutingTable()
Returns theRoutingTable
registered with this server. -
Uses of RoutingTable in org.jivesoftware.openfire.net
Constructors in org.jivesoftware.openfire.net with parameters of type RoutingTable Constructor Description SocketPacketWriteHandler(RoutingTable routingTable)
SocketReader(PacketRouter router, RoutingTable routingTable, String serverName, Socket socket, SocketConnection connection, boolean useBlockingMode, boolean directTLS)
Deprecated.Creates a dedicated reader for a socket. -
Uses of RoutingTable in org.jivesoftware.openfire.spi
Classes in org.jivesoftware.openfire.spi that implement RoutingTable Modifier and Type Class Description class
RoutingTableImpl
Routing table that stores routes to client sessions, outgoing server sessions and components.
-