Uses of Interface
io.vertx.httpproxy.HttpProxy
Packages that use HttpProxy
-
Uses of HttpProxy in io.vertx.ext.web.proxy.handler
Methods in io.vertx.ext.web.proxy.handler with parameters of type HttpProxy -
Uses of HttpProxy in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return HttpProxyModifier and TypeMethodDescriptiondefault HttpProxyHttpProxy.addInterceptor(ProxyInterceptor interceptor) Add an interceptor to the interceptor chain.HttpProxy.addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade) Add an interceptor to the interceptor chain.default HttpProxySet the host name and port number of the origin.default HttpProxyHttpProxy.origin(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(HttpClient client) Create a newHttpProxyinstance.static HttpProxyHttpProxy.reverseProxy(ProxyOptions options, HttpClient client) Create a newHttpProxyinstance. -
Uses of HttpProxy in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return HttpProxyMethods in io.vertx.rxjava3.httpproxy with parameters of type HttpProxyConstructors in io.vertx.rxjava3.httpproxy with parameters of type HttpProxy