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 arg) Methods in io.vertx.mutiny.httpproxy with parameters of type ProxyContextModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpClientRequest>OriginRequestProvider.create(ProxyContext proxyContext) Create the to the origin server for a givenProxyContext.OriginRequestProvider.createAndAwait(ProxyContext proxyContext) Blocking variant ofOriginRequestProvider.create(io.vertx.mutiny.httpproxy.ProxyContext).voidOriginRequestProvider.createAndForget(ProxyContext proxyContext) Variant ofOriginRequestProvider.create(io.vertx.mutiny.httpproxy.ProxyContext)that ignores the result of the operation.io.smallrye.mutiny.Uni<ProxyResponse>ProxyInterceptor.handleProxyRequest(ProxyContext context) io.smallrye.mutiny.Uni<Void>ProxyInterceptor.handleProxyResponse(ProxyContext context) Method parameters in io.vertx.mutiny.httpproxy with type arguments of type ProxyContextModifier and TypeMethodDescriptionstatic OriginRequestProviderOriginRequestProvider.selector(Function<ProxyContext, io.smallrye.mutiny.Uni<SocketAddress>> selector)