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