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 RemotePacketRouterRoutingTable. getRemotePacketRouter()Returns theRemotePacketRouterto use for deliverying packets to entities hosted in remote nodes of the cluster ornullif none was set.Methods in org.jivesoftware.openfire with parameters of type RemotePacketRouter Modifier and Type Method Description voidRoutingTable. setRemotePacketRouter(RemotePacketRouter remotePacketRouter)Sets theRemotePacketRouterto 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 RemotePacketRouterRoutingTableImpl. getRemotePacketRouter()Methods in org.jivesoftware.openfire.spi with parameters of type RemotePacketRouter Modifier and Type Method Description voidRoutingTableImpl. setRemotePacketRouter(RemotePacketRouter remotePacketRouter)
-