Uses of Interface
org.asynchttpclient.Response
- 
Packages that use Response Package Description org.asynchttpclient org.asynchttpclient.handler org.asynchttpclient.handler.resumable org.asynchttpclient.netty 
- 
- 
Uses of Response in org.asynchttpclientMethods in org.asynchttpclient that return Response Modifier and Type Method Description @Nullable ResponseResponse.ResponseBuilder. build()Build aResponseinstance@Nullable ResponseAsyncCompletionHandlerBase. onCompleted(@Nullable Response response)Methods in org.asynchttpclient that return types with arguments of type Response Modifier and Type Method Description ListenableFuture<Response>BoundRequestBuilder. execute()ListenableFuture<Response>AsyncHttpClient. executeRequest(Request request)Execute an HTTP request.ListenableFuture<Response>AsyncHttpClient. executeRequest(RequestBuilder requestBuilder)Execute an HTTP request.ListenableFuture<Response>DefaultAsyncHttpClient. executeRequest(Request request)ListenableFuture<Response>DefaultAsyncHttpClient. executeRequest(RequestBuilder requestBuilder)Methods in org.asynchttpclient with parameters of type Response Modifier and Type Method Description abstract TAsyncCompletionHandler. onCompleted(@Nullable Response response)Invoked once the HTTP response processing is finished.@Nullable ResponseAsyncCompletionHandlerBase. onCompleted(@Nullable Response response)
- 
Uses of Response in org.asynchttpclient.handlerMethods in org.asynchttpclient.handler that return Response Modifier and Type Method Description @Nullable ResponseBodyDeferringAsyncHandler.BodyDeferringInputStream. getAsapResponse()Delegates toBodyDeferringAsyncHandler.getResponse().ResponseBodyDeferringAsyncHandler.BodyDeferringInputStream. getLastResponse()Delegates toFuture$lt;Response>#get()method.@Nullable ResponseBodyDeferringAsyncHandler. getResponse()This method -- unlike Future<Reponse>.get() -- will block only as long, as headers arrive.@Nullable ResponseBodyDeferringAsyncHandler. onCompleted()@Nullable ResponseTransferCompletionHandler. onCompleted(@Nullable Response response)Methods in org.asynchttpclient.handler with parameters of type Response Modifier and Type Method Description @Nullable ResponseTransferCompletionHandler. onCompleted(@Nullable Response response)Constructor parameters in org.asynchttpclient.handler with type arguments of type Response Constructor Description BodyDeferringInputStream(Future<Response> future, BodyDeferringAsyncHandler bdah, InputStream in)
- 
Uses of Response in org.asynchttpclient.handler.resumableMethods in org.asynchttpclient.handler.resumable that return Response Modifier and Type Method Description @Nullable ResponseResumableAsyncHandler. onCompleted()Constructor parameters in org.asynchttpclient.handler.resumable with type arguments of type Response Constructor Description ResumableAsyncHandler(long byteTransferred, AsyncHandler<Response> decoratedAsyncHandler)ResumableAsyncHandler(AsyncHandler<Response> decoratedAsyncHandler)
- 
Uses of Response in org.asynchttpclient.nettyClasses in org.asynchttpclient.netty that implement Response Modifier and Type Class Description classNettyResponseWrapper around theResponseAPI.
 
-