Uses of Interface
org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Packages that use ContentDescriptor Package Description org.apache.hc.client5.http.entity.mime MIME coded HTTP entity implementations. -
-
Uses of ContentDescriptor in org.apache.hc.client5.http.entity.mime
Subinterfaces of ContentDescriptor in org.apache.hc.client5.http.entity.mime Modifier and Type Interface Description interfaceContentBodyClasses in org.apache.hc.client5.http.entity.mime that implement ContentDescriptor Modifier and Type Class Description classAbstractContentBodyclassByteArrayBodyBinary 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.
-