Uses of Class
io.vertx.rxjava3.httpproxy.ProxyInterceptor
Packages that use ProxyInterceptor
-
Uses of ProxyInterceptor in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type ProxyInterceptorModifier and TypeFieldDescriptionstatic final TypeArg<ProxyInterceptor>ProxyInterceptor.__TYPE_ARGMethods in io.vertx.rxjava3.httpproxy that return ProxyInterceptorModifier and TypeMethodDescriptionProxyInterceptorBuilder.build()static ProxyInterceptorProxyInterceptor.newInstance(ProxyInterceptor arg) Methods in io.vertx.rxjava3.httpproxy with parameters of type ProxyInterceptorModifier and TypeMethodDescriptionHttpProxy.addInterceptor(ProxyInterceptor interceptor) Add an interceptor to the interceptor chain.HttpProxy.addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade) Add an interceptor to the interceptor chain.