Package | Description |
---|---|
org.fusesource.gateway.handlers.http | |
org.fusesource.gateway.handlers.http.policy |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,MappedServices> |
HttpGateway.getMappedServices()
Returns the currently mapped services indexed by URI prefix on this HTTP gateway
|
Modifier and Type | Method and Description |
---|---|
void |
HttpMappingRule.appendMappedServices(java.util.Map<java.lang.String,MappedServices> uriToServicesMap)
Using the mapping rules add all the mapped services to the given map with the URI prefix as the key of the map and
the mapped services as the value
|
protected java.lang.String |
HttpGatewayHandler.mappingRulesToJson(java.util.Map<java.lang.String,MappedServices> rules) |
Constructor and Description |
---|
ReverseUriPolicy(MappedServices mappedServices,
org.vertx.java.core.http.HttpServerRequest request,
org.vertx.java.core.Handler<org.vertx.java.core.http.HttpClientResponse> delegate,
ProxyMappingDetails proxyMappingDetails) |
Copyright © 2017 Red Hat. All Rights Reserved.