Uses of Class
io.quarkus.resteasy.runtime.standalone.VertxHttpRequest
-
Packages that use VertxHttpRequest Package Description io.quarkus.resteasy.runtime.standalone -
-
Uses of VertxHttpRequest in io.quarkus.resteasy.runtime.standalone
Fields in io.quarkus.resteasy.runtime.standalone declared as VertxHttpRequest Modifier and Type Field Description protected VertxHttpRequestVertxHttpRequest.VertxExecutionContext. requestConstructors in io.quarkus.resteasy.runtime.standalone with parameters of type VertxHttpRequest Constructor Description VertxExecutionContext(VertxHttpRequest request, VertxHttpResponse response, org.jboss.resteasy.core.SynchronousDispatcher dispatcher)VertxHttpAsyncResponse(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, VertxHttpRequest request, VertxHttpResponse response)
-