Uses of Class
io.vertx.rxjava3.httpproxy.HttpProxy
-
Packages that use HttpProxy Package Description io.vertx.rxjava3.ext.web.proxy.handler io.vertx.rxjava3.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 Modifier and Type Method Description static ProxyHandler
ProxyHandler. create(HttpProxy httpProxy)
static ProxyHandler
ProxyHandler. create(HttpProxy httpProxy, int port, String host)
-
Uses of HttpProxy in io.vertx.rxjava3.httpproxy
Fields in io.vertx.rxjava3.httpproxy with type parameters of type HttpProxy Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<HttpProxy>
HttpProxy. __TYPE_ARG
Methods in io.vertx.rxjava3.httpproxy that return HttpProxy Modifier and Type Method Description HttpProxy
HttpProxy. addInterceptor(ProxyInterceptor interceptor)
Add an interceptor to the interceptor chain.HttpProxy
HttpProxy. addInterceptor(ProxyInterceptor interceptor, boolean supportsWebSocketUpgrade)
Add an interceptor to the interceptor chain.static HttpProxy
HttpProxy. newInstance(HttpProxy arg)
HttpProxy
HttpProxy. origin(int port, String host)
Set the host name and port number of the origin.HttpProxy
HttpProxy. origin(SocketAddress address)
Set theSocketAddress
of the origin.HttpProxy
HttpProxy. originSelector(java.util.function.Function<HttpServerRequest,Single<SocketAddress>> selector)
Set a selector that resolves the origin address based on the incoming HTTP request.static HttpProxy
HttpProxy. reverseProxy(ProxyOptions options, HttpClient client)
Create a newHttpProxy
instance.static HttpProxy
HttpProxy. reverseProxy(HttpClient client)
Create a newHttpProxy
instance.
-