Uses of Interface
org.apache.http.entity.mime.content.ContentDescriptor
-
Packages that use ContentDescriptor Package Description org.apache.http.entity.mime.content MIME body part implementations. -
-
Uses of ContentDescriptor in org.apache.http.entity.mime.content
Subinterfaces of ContentDescriptor in org.apache.http.entity.mime.content Modifier and Type Interface Description interfaceContentBodyClasses in org.apache.http.entity.mime.content 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.
-