| Package | Description |
|---|---|
| io.quarkus.resteasy.runtime.standalone |
| Modifier and Type | Field and Description |
|---|---|
protected VertxHttpResponse |
VertxHttpRequest.VertxExecutionContext.response |
| Modifier and Type | Method and Description |
|---|---|
VertxHttpResponse |
VertxHttpRequest.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
static void |
VertxHttpResponse.transformHeaders(VertxHttpResponse vertxResponse,
io.vertx.core.http.HttpServerResponse response,
org.jboss.resteasy.spi.ResteasyProviderFactory factory) |
| Constructor and 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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.