Uses of Class
org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
Packages that use AbstractMultipartFormat Package Description org.apache.hc.client5.http.entity.mime MIME coded HTTP entity implementations. -
-
Uses of AbstractMultipartFormat in org.apache.hc.client5.http.entity.mime
Subclasses of AbstractMultipartFormat in org.apache.hc.client5.http.entity.mime Modifier and Type Class Description (package private) classHttpRFC6532Multipart(package private) classHttpRFC7578Multipart(package private) classHttpStrictMultipart(package private) classLegacyMultipartHttpBrowserCompatibleMultipart represents a collection of MIME multipart encoded content bodies.Fields in org.apache.hc.client5.http.entity.mime declared as AbstractMultipartFormat Modifier and Type Field Description private AbstractMultipartFormatMultipartFormEntity. multipartMethods in org.apache.hc.client5.http.entity.mime that return AbstractMultipartFormat Modifier and Type Method Description (package private) AbstractMultipartFormatMultipartFormEntity. getMultipart()Constructors in org.apache.hc.client5.http.entity.mime with parameters of type AbstractMultipartFormat Constructor Description MultipartFormEntity(AbstractMultipartFormat multipart, org.apache.hc.core5.http.ContentType contentType, long contentLength)
-