Uses of Class
org.apache.hc.client5.http.async.methods.SimpleHttpResponse
Packages that use SimpleHttpResponse
Package
Description
Common HTTP methods and message handlers for the asynchronous I/O model.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
-
Uses of SimpleHttpResponse in org.apache.hc.client5.http.async.methods
Methods in org.apache.hc.client5.http.async.methods that return SimpleHttpResponseModifier and TypeMethodDescriptionSimpleResponseBuilder.build()protected SimpleHttpResponseSimpleResponseConsumer.buildResult(org.apache.hc.core5.http.HttpResponse response, byte[] entity, org.apache.hc.core5.http.ContentType contentType) static SimpleHttpResponseSimpleHttpResponse.copy(org.apache.hc.core5.http.HttpResponse original) static SimpleHttpResponseSimpleHttpResponse.create(int code) static SimpleHttpResponseSimpleHttpResponse.create(int code, byte[] content) static SimpleHttpResponseSimpleHttpResponse.create(int code, byte[] content, org.apache.hc.core5.http.ContentType contentType) static SimpleHttpResponsestatic SimpleHttpResponseSimpleHttpResponse.create(int code, String content, org.apache.hc.core5.http.ContentType contentType) Methods in org.apache.hc.client5.http.async.methods with parameters of type SimpleHttpResponseModifier and TypeMethodDescriptionstatic SimpleResponseBuilderSimpleResponseBuilder.copy(SimpleHttpResponse response) protected voidSimpleResponseBuilder.digest(SimpleHttpResponse response) -
Uses of SimpleHttpResponse in org.apache.hc.client5.http.impl.async
Methods in org.apache.hc.client5.http.impl.async that return types with arguments of type SimpleHttpResponseModifier and TypeMethodDescriptionfinal Future<SimpleHttpResponse>CloseableHttpAsyncClient.execute(SimpleHttpRequest request, org.apache.hc.core5.concurrent.FutureCallback<SimpleHttpResponse> callback) final Future<SimpleHttpResponse>CloseableHttpAsyncClient.execute(SimpleHttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<SimpleHttpResponse> callback) Method parameters in org.apache.hc.client5.http.impl.async with type arguments of type SimpleHttpResponseModifier and TypeMethodDescriptionfinal Future<SimpleHttpResponse>CloseableHttpAsyncClient.execute(SimpleHttpRequest request, org.apache.hc.core5.concurrent.FutureCallback<SimpleHttpResponse> callback) final Future<SimpleHttpResponse>CloseableHttpAsyncClient.execute(SimpleHttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context, org.apache.hc.core5.concurrent.FutureCallback<SimpleHttpResponse> callback)