Uses of Interface
io.vertx.httpproxy.ProxyInterceptor
Packages that use ProxyInterceptor
-
Uses of ProxyInterceptor in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return ProxyInterceptorMethods in io.vertx.httpproxy with parameters of type ProxyInterceptorModifier and TypeMethodDescriptiondefault HttpProxyHttpProxy.addInterceptor(ProxyInterceptor interceptor) Add an interceptor to the interceptor chain.HttpProxy.addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade) Add an interceptor to the interceptor chain. -
Uses of ProxyInterceptor in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return ProxyInterceptorMethods in io.vertx.rxjava3.httpproxy with parameters of type ProxyInterceptorModifier and TypeMethodDescriptionstatic ProxyInterceptorProxyInterceptor.newInstance(ProxyInterceptor arg) Constructors in io.vertx.rxjava3.httpproxy with parameters of type ProxyInterceptor