Class RelayConfig.ForwardConfig
- java.lang.Object
-
- org.jgroups.protocols.relay.config.RelayConfig.ForwardConfig
-
- Enclosing class:
- RelayConfig
public static class RelayConfig.ForwardConfig extends java.lang.Object
Forwards to site 'to' via route 'gateway'. Example: if site HF is reachable via NET1, if NET2 is not directly connected to HF, it needs to have a ForwardConfig with to="HF" and gateway="NET1". This means that a message to site HF will be forwarded to NET1, which then forwards it to HF.
-
-
Constructor Summary
Constructors Constructor Description ForwardConfig(java.lang.String to, java.lang.String gateway)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
gateway()
java.lang.String
to()
java.lang.String
toString()
-