Uses of Class
io.vertx.mutiny.httpproxy.HttpProxy
- 
Packages that use HttpProxy Package Description io.vertx.mutiny.ext.web.proxy.handler io.vertx.mutiny.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 Modifier and Type Method Description static ProxyHandlerProxyHandler. create(HttpProxy httpProxy)static ProxyHandlerProxyHandler. create(HttpProxy httpProxy, int port, String host) - 
Uses of HttpProxy in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type HttpProxy Modifier and Type Field Description static TypeArg<HttpProxy>HttpProxy. __TYPE_ARGMethods in io.vertx.mutiny.httpproxy that return HttpProxy Modifier and Type Method Description HttpProxyHttpProxy. addInterceptor(ProxyInterceptor interceptor)static HttpProxyHttpProxy. newInstance(io.vertx.httpproxy.HttpProxy arg)HttpProxyHttpProxy. origin(int port, String host)HttpProxyHttpProxy. origin(SocketAddress address)HttpProxyHttpProxy. originSelector(Function<HttpServerRequest,io.smallrye.mutiny.Uni<SocketAddress>> selector)static HttpProxyHttpProxy. reverseProxy(io.vertx.httpproxy.ProxyOptions options, HttpClient client)static HttpProxyHttpProxy. reverseProxy(HttpClient client) 
 -