Uses of Class
io.vertx.rxjava3.httpproxy.HttpProxy
Packages that use HttpProxy
-
Uses of HttpProxy in io.vertx.rxjava3.ext.web.proxy.handler
Methods in io.vertx.rxjava3.ext.web.proxy.handler with parameters of type HttpProxy -
Uses of HttpProxy in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type HttpProxyModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<HttpProxy> HttpProxy.__TYPE_ARGMethods in io.vertx.rxjava3.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(HttpProxy arg) Set the host name and port number of the origin.HttpProxy.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(ProxyOptions options, HttpClient client) Create a newHttpProxyinstance.static HttpProxyHttpProxy.reverseProxy(HttpClient client) Create a newHttpProxyinstance.