Uses of Interface
org.jivesoftware.openfire.RemotePacketRouter
-
Packages that use RemotePacketRouter Package Description org.jivesoftware.openfire org.jivesoftware.openfire.spi -
-
Uses of RemotePacketRouter in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return RemotePacketRouter Modifier and Type Method Description RemotePacketRouter
RoutingTable. getRemotePacketRouter()
Returns theRemotePacketRouter
to use for deliverying packets to entities hosted in remote nodes of the cluster ornull
if none was set.Methods in org.jivesoftware.openfire with parameters of type RemotePacketRouter Modifier and Type Method Description void
RoutingTable. setRemotePacketRouter(RemotePacketRouter remotePacketRouter)
Sets theRemotePacketRouter
to use for deliverying packets to entities hosted in remote nodes of the cluster. -
Uses of RemotePacketRouter in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that return RemotePacketRouter Modifier and Type Method Description RemotePacketRouter
RoutingTableImpl. getRemotePacketRouter()
Methods in org.jivesoftware.openfire.spi with parameters of type RemotePacketRouter Modifier and Type Method Description void
RoutingTableImpl. setRemotePacketRouter(RemotePacketRouter remotePacketRouter)
-