public class ReverseUriPolicy
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.core.http.HttpClientResponse>
Location
, Content-Location
and URI
headers on HTTP
redirect responses.
Similar to the [ProxyPassReverse setting in mod_proxy](http://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypassreverse)
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) |
Modifier and Type | Method and Description |
---|---|
void |
handle(org.vertx.java.core.http.HttpClientResponse clientResponse) |
public 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.