Uses of Class
io.vertx.mutiny.httpproxy.HttpProxy
Packages that use HttpProxy
-
Uses of HttpProxy in io.vertx.mutiny.ext.web.proxy.handler
Methods in io.vertx.mutiny.ext.web.proxy.handler with parameters of type HttpProxy -
Uses of HttpProxy in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type HttpProxyMethods in io.vertx.mutiny.httpproxy that return HttpProxyModifier and TypeMethodDescriptionHttpProxy.addInterceptor(ProxyInterceptor interceptor) static HttpProxyHttpProxy.newInstance(io.vertx.httpproxy.HttpProxy arg) HttpProxy.origin(SocketAddress address) HttpProxy.originSelector(Function<HttpServerRequest, io.smallrye.mutiny.Uni<SocketAddress>> selector) static HttpProxyHttpProxy.reverseProxy(io.vertx.httpproxy.ProxyOptions options, HttpClient client) static HttpProxyHttpProxy.reverseProxy(HttpClient client)