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_ARG
Methods in io.vertx.mutiny.httpproxy that return ProxyInterceptor Modifier and Type Method Description static ProxyInterceptor
ProxyInterceptor. newInstance(io.vertx.httpproxy.ProxyInterceptor arg)
Methods in io.vertx.mutiny.httpproxy with parameters of type ProxyInterceptor Modifier and Type Method Description HttpProxy
HttpProxy. addInterceptor(ProxyInterceptor interceptor)
-