Uses of Interface
io.vertx.httpproxy.ProxyInterceptor
-
Packages that use ProxyInterceptor Package Description io.vertx.httpproxy io.vertx.httpproxy.interceptors -
-
Uses of ProxyInterceptor in io.vertx.httpproxy
Methods in io.vertx.httpproxy with parameters of type ProxyInterceptor Modifier and Type Method Description default HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor)Add an interceptor to the interceptor chain.HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade)Add an interceptor to the interceptor chain. -
Uses of ProxyInterceptor in io.vertx.httpproxy.interceptors
Subinterfaces of ProxyInterceptor in io.vertx.httpproxy.interceptors Modifier and Type Interface Description interfaceHeadInterceptorAn interceptor updating HTTP request/response head attributes (headers, path, query params).Methods in io.vertx.httpproxy.interceptors that return ProxyInterceptor Modifier and Type Method Description static ProxyInterceptorBodyInterceptor. modifyBody(BodyTransformer requestTransformer, BodyTransformer responseTransformer)Apply callbacks to change the request and response bodies when the proxy receives them.static ProxyInterceptorBodyInterceptor. modifyRequestBody(BodyTransformer requestTransformer)Apply callbacks to change the request body when the proxy receives it.static ProxyInterceptorBodyInterceptor. modifyResponseBody(BodyTransformer responseTransformer)Apply callbacks to change the response body when the proxy receives it.
-