Package | Description |
---|---|
org.fusesource.gateway.handlers.http | |
org.fusesource.gateway.handlers.http.policy |
Modifier and Type | Method and Description |
---|---|
org.vertx.java.core.Handler<org.vertx.java.core.http.HttpClientResponse> |
MappedServices.wrapResponseHandlerInPolicies(org.vertx.java.core.http.HttpServerRequest request,
org.vertx.java.core.Handler<org.vertx.java.core.http.HttpClientResponse> responseHandler,
ProxyMappingDetails proxyMappingDetails)
Provides a hook so we can wrap a client response handler in a policy such
as to reverse the URIs
ReverseUriPolicy or
add metering, limits, security or contract checks etc. |
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 © 2016 Red Hat. All Rights Reserved.