Uses of Class
io.vertx.mutiny.httpproxy.ProxyContext
Packages that use ProxyContext
-
Uses of ProxyContext in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type ProxyContextMethods in io.vertx.mutiny.httpproxy that return ProxyContextModifier and TypeMethodDescriptionstatic ProxyContextProxyContext.newInstance(io.vertx.httpproxy.ProxyContext delegate) Creates a new instance of theProxyContext.ProxyContext.sendRequestAndForget()Unlike the bare Vert.x variant, this method ignores theProxyResponseresult or any failure.ProxyContext.sendResponseAndForget()Unlike the bare Vert.x variant, this method ignores theVoidresult or any failure.Methods in io.vertx.mutiny.httpproxy with parameters of type ProxyContextModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpClientRequest>OriginRequestProvider.create(ProxyContext proxyContext) Create theHttpClientRequestto the origin server for a givenProxyContext.OriginRequestProvider.createAndAwait(ProxyContext proxyContext) Create theHttpClientRequestto the origin server for a givenProxyContext.OriginRequestProvider.createAndForget(ProxyContext proxyContext) Create theHttpClientRequestto the origin server for a givenProxyContext.io.smallrye.mutiny.Uni<ProxyResponse>ProxyInterceptor.handleProxyRequest(ProxyContext context) Handle the proxy request at the stage of this interceptor.ProxyInterceptor.handleProxyRequestAndAwait(ProxyContext context) Handle the proxy request at the stage of this interceptor.ProxyInterceptor.handleProxyRequestAndForget(ProxyContext context) Handle the proxy request at the stage of this interceptor.io.smallrye.mutiny.Uni<Void>ProxyInterceptor.handleProxyResponse(ProxyContext context) Handle the proxy response at the stage of this interceptor.voidProxyInterceptor.handleProxyResponseAndAwait(ProxyContext context) Handle the proxy response at the stage of this interceptor.ProxyInterceptor.handleProxyResponseAndForget(ProxyContext context) Handle the proxy response at the stage of this interceptor.Method parameters in io.vertx.mutiny.httpproxy with type arguments of type ProxyContextModifier and TypeMethodDescriptionstatic OriginRequestProviderOriginRequestProvider.selector(Function<ProxyContext, io.smallrye.mutiny.Uni<io.vertx.core.net.SocketAddress>> selector) Creates a provider that selects the origin server based onProxyContext.