Package org.apache.http.entity.mime

Support for MIME multipart messages based on Apache Mime4J

See:
          Description

Class Summary
FormBodyPart An extension of the mime4j standard BodyPart class that automatically populates the header with standard fields based on the content description of the enclosed body.
HttpMultipart An extension of the mime4j standard Multipart class, which is capable of operating either in the strict (fully RFC 822, RFC 2045, RFC 2046 compliant) or the browser compatible modes.
MIME  
MinimalField Minimal implementation of Field.
MultipartEntity Multipart/form coded HTTP entity consisting of multiple body parts.
 

Enum Summary
HttpMultipartMode  
 

Exception Summary
UnexpectedMimeException Deprecated. no longer used.
 

Package org.apache.http.entity.mime Description

Support for MIME multipart messages based on Apache Mime4J



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.