Uses of Class
io.vertx.mutiny.httpproxy.ProxyInterceptor
Packages that use ProxyInterceptor
-
Uses of ProxyInterceptor in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type ProxyInterceptorModifier and TypeFieldDescriptionstatic final TypeArg<ProxyInterceptor>ProxyInterceptor.__TYPE_ARGMethods in io.vertx.mutiny.httpproxy that return ProxyInterceptorModifier and TypeMethodDescriptionProxyInterceptorBuilder.build()ProxyInterceptor.handleProxyRequestAndForget(ProxyContext context) Handle the proxy request at the stage of this interceptor.ProxyInterceptor.handleProxyResponseAndForget(ProxyContext context) Handle the proxy response at the stage of this interceptor.static ProxyInterceptorProxyInterceptor.newInstance(io.vertx.httpproxy.ProxyInterceptor delegate) Creates a new instance of theProxyInterceptor.Methods in io.vertx.mutiny.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.