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) Add an interceptor to the interceptor chain.HttpProxy.addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade) Add an interceptor to the interceptor chain.static HttpProxyHttpProxy.newInstance(io.vertx.httpproxy.HttpProxy delegate) Creates a new instance of theHttpProxy.Set the host name and port number of the origin.HttpProxy.origin(io.vertx.core.net.SocketAddress address) Set theSocketAddressof the origin.HttpProxy.origin(OriginRequestProvider provider) Set a provider that creates the request to the origin server based onProxyContext.static HttpProxyHttpProxy.reverseProxy(io.vertx.httpproxy.ProxyOptions options, HttpClient client) Create a newHttpProxyinstance.static HttpProxyHttpProxy.reverseProxy(HttpClient client) Create a newHttpProxyinstance.