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