Uses of Interface
io.quarkus.resteasy.runtime.standalone.BufferAllocator
Packages that use BufferAllocator
-
Uses of BufferAllocator in io.quarkus.resteasy.runtime.standalone
Fields in io.quarkus.resteasy.runtime.standalone declared as BufferAllocatorConstructors in io.quarkus.resteasy.runtime.standalone with parameters of type BufferAllocatorModifierConstructorDescriptionVertxHttpResponse(io.vertx.core.http.HttpServerRequest request, org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory, io.vertx.core.http.HttpMethod method, BufferAllocator allocator, VertxOutput output, io.vertx.ext.web.RoutingContext routingContext) VertxOutputStream(VertxHttpResponse response, BufferAllocator allocator) Construct a new instance.VertxRequestHandler(io.vertx.core.Vertx vertx, org.jboss.resteasy.spi.ResteasyDeployment deployment, String rootPath, BufferAllocator allocator, Executor executor, long readTimeout)