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(javax.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, Supplier<javax.ws.rs.core.Response> timeoutResponse) AsyncResponseHandler.withTimeout(io.airlift.units.Duration timeout, javax.ws.rs.core.Response timeoutResponse)