Uses of Class
org.apache.hc.client5.http.fluent.Content
-
Packages that use Content Package Description org.apache.hc.client5.http.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface. -
-
Uses of Content in org.apache.hc.client5.http.fluent
Fields in org.apache.hc.client5.http.fluent declared as Content Modifier and Type Field Description static ContentContent. NO_CONTENTMethods in org.apache.hc.client5.http.fluent that return Content Modifier and Type Method Description ContentContentResponseHandler. handleEntity(org.apache.hc.core5.http.HttpEntity entity)ContentContentResponseHandler. handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response)Handles a successful response (2xx status code) and returns the response entity as aContentobject.ContentResponse. returnContent()Methods in org.apache.hc.client5.http.fluent that return types with arguments of type Content Modifier and Type Method Description java.util.concurrent.Future<Content>Async. execute(Request request)java.util.concurrent.Future<Content>Async. execute(Request request, org.apache.hc.core5.concurrent.FutureCallback<Content> callback)Method parameters in org.apache.hc.client5.http.fluent with type arguments of type Content Modifier and Type Method Description java.util.concurrent.Future<Content>Async. execute(Request request, org.apache.hc.core5.concurrent.FutureCallback<Content> callback)
-