Uses of Class
org.apache.http.entity.mime.FormBodyPart
Packages that use FormBodyPart
-
Uses of FormBodyPart in org.apache.http.entity.mime
Methods in org.apache.http.entity.mime that return FormBodyPartMethods in org.apache.http.entity.mime that return types with arguments of type FormBodyPartMethods in org.apache.http.entity.mime with parameters of type FormBodyPartModifier and TypeMethodDescriptionvoid
HttpMultipart.addBodyPart
(FormBodyPart part) Deprecated.void
MultipartEntity.addPart
(FormBodyPart bodyPart) Deprecated.MultipartEntityBuilder.addPart
(FormBodyPart bodyPart) protected void
HttpMultipart.formatMultipartHeader
(FormBodyPart part, OutputStream out) Deprecated.