Uses of Interface
io.quarkus.resteasy.runtime.standalone.BufferAllocator
-
Packages that use BufferAllocator Package Description io.quarkus.resteasy.runtime.standalone -
-
Uses of BufferAllocator in io.quarkus.resteasy.runtime.standalone
Fields in io.quarkus.resteasy.runtime.standalone declared as BufferAllocator Modifier and Type Field Description protected BufferAllocatorVertxRequestHandler. allocatorConstructors in io.quarkus.resteasy.runtime.standalone with parameters of type BufferAllocator Constructor Description VertxHttpResponse(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, io.quarkus.arc.runtime.BeanContainer beanContainer, org.jboss.resteasy.spi.ResteasyDeployment deployment, String rootPath, BufferAllocator allocator, Executor executor, long readTimeout)
-