Uses of Class
org.apache.http.entity.mime.AbstractMultipartForm
-
Packages that use AbstractMultipartForm Package Description org.apache.http.entity.mime MIME coded HTTP entity implementations. -
-
Uses of AbstractMultipartForm in org.apache.http.entity.mime
Subclasses of AbstractMultipartForm in org.apache.http.entity.mime Modifier and Type Class Description (package private) class
HttpBrowserCompatibleMultipart
HttpBrowserCompatibleMultipart represents a collection of MIME multipart encoded content bodies.class
HttpMultipart
Deprecated.(4.3) UseMultipartEntityBuilder
.(package private) class
HttpRFC6532Multipart
HttpRFC6532Multipart represents a collection of MIME multipart encoded content bodies, implementing the strict (RFC 822, RFC 2045, RFC 2046 compliant) interpretation of the spec, with the exception of allowing UTF-8 headers, as per RFC6532.(package private) class
HttpStrictMultipart
HttpStrictMultipart represents a collection of MIME multipart encoded content bodies, implementing the strict (RFC 822, RFC 2045, RFC 2046 compliant) interpretation of the spec.Fields in org.apache.http.entity.mime declared as AbstractMultipartForm Modifier and Type Field Description private AbstractMultipartForm
MultipartFormEntity. multipart
Methods in org.apache.http.entity.mime that return AbstractMultipartForm Modifier and Type Method Description (package private) AbstractMultipartForm
MultipartFormEntity. getMultipart()
Constructors in org.apache.http.entity.mime with parameters of type AbstractMultipartForm Constructor Description MultipartFormEntity(AbstractMultipartForm multipart, org.apache.http.entity.ContentType contentType, long contentLength)
-