Uses of Class
io.airlift.jaxrs.AsyncResponseHandler
Packages that use AsyncResponseHandler
-
Uses of AsyncResponseHandler in io.airlift.jaxrs
Methods in io.airlift.jaxrs that return AsyncResponseHandlerModifier and TypeMethodDescriptionstatic AsyncResponseHandlerAsyncResponseHandler.bindAsyncResponse(jakarta.ws.rs.container.AsyncResponse asyncResponse, com.google.common.util.concurrent.ListenableFuture<?> futureResponse, Executor httpResponseExecutor) AsyncResponseHandler.withTimeout(io.airlift.units.Duration timeout) AsyncResponseHandler.withTimeout(io.airlift.units.Duration timeout, jakarta.ws.rs.core.Response timeoutResponse) AsyncResponseHandler.withTimeout(io.airlift.units.Duration timeout, Supplier<jakarta.ws.rs.core.Response> timeoutResponse)