- All Implemented Interfaces:
- GatewayConfigTranslator
public class AcceptUriComparedToBalanceUriVisitor
extends AbstractVisitor
Compares the accept URIs to the balance URIs on a service to ensure they differ by hostname only. In order to ease
the transition from 4.0 to 4.1, the balanceURIs must be something that can later be promoted to the accept URIs and
the hostnames in the accept URIs will be moved to the http.hostname.aliases accept-option. Since only the hostname is
substituted as an alternate for the accept URI when doing balancing in 4.1, this visitor ensures the 4.0 is in a good
starting point for the rest of the 4.x code line.