Uses of Class
io.quarkus.resteasy.runtime.standalone.VertxHttpResponse
Packages that use VertxHttpResponse
-
Uses of VertxHttpResponse in io.quarkus.resteasy.runtime.standalone
Fields in io.quarkus.resteasy.runtime.standalone declared as VertxHttpResponseModifier and TypeFieldDescriptionprotected final VertxHttpResponseVertxHttpRequest.VertxExecutionContext.responseMethods in io.quarkus.resteasy.runtime.standalone that return VertxHttpResponseConstructors in io.quarkus.resteasy.runtime.standalone with parameters of type VertxHttpResponseModifierConstructorDescription(package private)VertxExecutionContext(VertxHttpRequest request, VertxHttpResponse response, org.jboss.resteasy.core.SynchronousDispatcher dispatcher) (package private)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.