Uses of Class
org.apache.hc.client5.http.fluent.Content
Packages that use Content
Package
Description
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 ContentMethods in org.apache.hc.client5.http.fluent that return ContentModifier and TypeMethodDescriptionContentResponseHandler.handleEntity
(org.apache.hc.core5.http.HttpEntity entity) ContentResponseHandler.handleResponse
(org.apache.hc.core5.http.ClassicHttpResponse response) Handles a successful response (2xx status code) and returns the response entity as aContent
object.Response.returnContent()
Methods in org.apache.hc.client5.http.fluent that return types with arguments of type ContentModifier and TypeMethodDescriptionMethod parameters in org.apache.hc.client5.http.fluent with type arguments of type Content