Uses of Class
io.vertx.mutiny.httpproxy.ProxyContext
-
Packages that use ProxyContext Package Description io.vertx.mutiny.httpproxy -
-
Uses of ProxyContext in io.vertx.mutiny.httpproxy
Fields in io.vertx.mutiny.httpproxy with type parameters of type ProxyContext Modifier and Type Field Description static TypeArg<ProxyContext>
ProxyContext. __TYPE_ARG
Methods in io.vertx.mutiny.httpproxy that return ProxyContext Modifier and Type Method Description static ProxyContext
ProxyContext. newInstance(io.vertx.httpproxy.ProxyContext arg)
Methods in io.vertx.mutiny.httpproxy with parameters of type ProxyContext Modifier and Type Method Description io.smallrye.mutiny.Uni<ProxyResponse>
ProxyInterceptor. handleProxyRequest(ProxyContext context)
io.smallrye.mutiny.Uni<Void>
ProxyInterceptor. handleProxyResponse(ProxyContext context)
-