Uses of Interface
org.apache.http.entity.mime.content.ContentDescriptor

Packages that use ContentDescriptor
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
 interface ContentBody
           
 

Classes in org.apache.http.entity.mime.content that implement ContentDescriptor
 class AbstractContentBody
           
 class ByteArrayBody
          Binary body part backed by a byte array.
 class FileBody
          Binary body part backed by a file.
 class InputStreamBody
          Binary body part backed by an input stream.
 class StringBody
          Text body part backed by a byte array.
 



Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.