Uses of Class
org.jgroups.protocols.relay.config.RelayConfig.ForwardConfig
-
Packages that use RelayConfig.ForwardConfig Package Description org.jgroups.protocols.relay.config -
-
Uses of RelayConfig.ForwardConfig in org.jgroups.protocols.relay.config
Fields in org.jgroups.protocols.relay.config with type parameters of type RelayConfig.ForwardConfig Modifier and Type Field Description protected java.util.List<RelayConfig.ForwardConfig>
RelayConfig.SiteConfig. forwards
Methods in org.jgroups.protocols.relay.config that return types with arguments of type RelayConfig.ForwardConfig Modifier and Type Method Description java.util.List<RelayConfig.ForwardConfig>
RelayConfig.SiteConfig. getForwards()
Methods in org.jgroups.protocols.relay.config with parameters of type RelayConfig.ForwardConfig Modifier and Type Method Description RelayConfig.SiteConfig
RelayConfig.SiteConfig. addForward(RelayConfig.ForwardConfig forward_config)
-