Uses of Class
io.vertx.mutiny.httpproxy.ProxyInterceptor
-
Packages that use ProxyInterceptor Package Description io.vertx.mutiny.httpproxy -
-
Uses of ProxyInterceptor in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type ProxyInterceptor Modifier and Type Field Description static TypeArg<ProxyInterceptor>ProxyInterceptor. __TYPE_ARGMethods in io.vertx.mutiny.httpproxy that return ProxyInterceptor Modifier and Type Method Description static ProxyInterceptorProxyInterceptor. newInstance(io.vertx.httpproxy.ProxyInterceptor arg)Methods in io.vertx.mutiny.httpproxy with parameters of type ProxyInterceptor Modifier and Type Method Description HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor)
-