Uses of Class
org.apache.hc.client5.http.entity.mime.AbstractContentBody
-
Packages that use AbstractContentBody Package Description org.apache.hc.client5.http.entity.mime MIME coded HTTP entity implementations. -
-
Uses of AbstractContentBody in org.apache.hc.client5.http.entity.mime
Subclasses of AbstractContentBody in org.apache.hc.client5.http.entity.mime Modifier and Type Class Description classByteArrayBodyBinary body part backed by a byte array.classFileBodyBinary body part backed by a file.classInputStreamBodyBinary body part backed by an input stream.classStringBodyText body part backed by a byte array.
-