Uses of Class
io.quarkus.resteasy.runtime.standalone.VertxHttpResponse
-
Packages that use VertxHttpResponse Package Description io.quarkus.resteasy.runtime.standalone -
-
Uses of VertxHttpResponse in io.quarkus.resteasy.runtime.standalone
Fields in io.quarkus.resteasy.runtime.standalone declared as VertxHttpResponse Modifier and Type Field Description protected VertxHttpResponseVertxHttpRequest.VertxExecutionContext. responseMethods in io.quarkus.resteasy.runtime.standalone that return VertxHttpResponse Modifier and Type Method Description VertxHttpResponseVertxHttpRequest. getResponse()Constructors in io.quarkus.resteasy.runtime.standalone with parameters of type VertxHttpResponse Constructor Description VertxExecutionContext(VertxHttpRequest request, VertxHttpResponse response, org.jboss.resteasy.core.SynchronousDispatcher dispatcher)VertxHttpAsyncResponse(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, VertxHttpRequest request, VertxHttpResponse response)VertxHttpRequest(io.vertx.core.Context context, io.vertx.ext.web.RoutingContext routingContext, org.jboss.resteasy.specimpl.ResteasyHttpHeaders httpHeaders, org.jboss.resteasy.specimpl.ResteasyUriInfo uri, String httpMethod, LazyHostSupplier remoteHost, org.jboss.resteasy.core.SynchronousDispatcher dispatcher, VertxHttpResponse response, io.quarkus.arc.ManagedContext requestContext, Executor executor)VertxOutputStream(VertxHttpResponse response, BufferAllocator allocator)Construct a new instance.
-