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 RoutingTableXMPPServer. getRoutingTable()Returns theRoutingTableregistered with this server. -
Uses of RoutingTable in org.jivesoftware.openfire.net
Constructors in org.jivesoftware.openfire.net with parameters of type RoutingTable Constructor Description ServerSocketReader(PacketRouter router, RoutingTable routingTable, String serverName, Socket socket, SocketConnection connection, boolean useBlockingMode, boolean directTLS)Deprecated.SocketPacketWriteHandler(RoutingTable routingTable)SocketReader(PacketRouter router, RoutingTable routingTable, String serverName, Socket socket, SocketConnection connection, boolean useBlockingMode, boolean directTLS)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 classRoutingTableImplRouting table that stores routes to client sessions, outgoing server sessions and components.
-