Package | Description |
---|---|
io.fabric8.gateway.handlers.http | |
io.fabric8.gateway.handlers.http.policy |
Modifier and Type | Method and Description |
---|---|
Map<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(Map<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 String |
HttpGatewayHandler.mappingRulesToJson(Map<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 © 2011–2014 Red Hat. All rights reserved.