Uses of Class
org.jgroups.protocols.relay.ForwardingRoute
-
Packages that use ForwardingRoute Package Description org.jgroups.protocols.relay -
-
Uses of ForwardingRoute in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay with type parameters of type ForwardingRoute Modifier and Type Field Description protected java.util.Set<ForwardingRoute>
Relayer. forward_routes
Methods in org.jgroups.protocols.relay that return ForwardingRoute Modifier and Type Method Description ForwardingRoute
ForwardingRoute. gateway(java.lang.String gw)
ForwardingRoute
ForwardingRoute. to(java.lang.String to)
Methods in org.jgroups.protocols.relay with parameters of type ForwardingRoute Modifier and Type Method Description int
ForwardingRoute. compareTo(ForwardingRoute o)
-