Uses of Class
org.apache.hc.client5.http.entity.mime.MimeField
-
Packages that use MimeField Package Description org.apache.hc.client5.http.entity.mime MIME coded HTTP entity implementations. -
-
Uses of MimeField in org.apache.hc.client5.http.entity.mime
Fields in org.apache.hc.client5.http.entity.mime with type parameters of type MimeField Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<MimeField>>Header. fieldMapprivate java.util.List<MimeField>Header. fieldsMethods in org.apache.hc.client5.http.entity.mime that return MimeField Modifier and Type Method Description MimeFieldHeader. getField(java.lang.String name)Methods in org.apache.hc.client5.http.entity.mime that return types with arguments of type MimeField Modifier and Type Method Description java.util.List<MimeField>Header. getFields()java.util.List<MimeField>Header. getFields(java.lang.String name)java.util.Iterator<MimeField>Header. iterator()Methods in org.apache.hc.client5.http.entity.mime with parameters of type MimeField Modifier and Type Method Description voidHeader. addField(MimeField field)(package private) voidMultipartPart. addField(MimeField field)voidHeader. setField(MimeField field)(package private) static voidAbstractMultipartFormat. writeField(MimeField field, java.io.OutputStream out)(package private) static voidAbstractMultipartFormat. writeField(MimeField field, java.nio.charset.Charset charset, java.io.OutputStream out)Constructors in org.apache.hc.client5.http.entity.mime with parameters of type MimeField Constructor Description MimeField(MimeField from)
-