Uses of Enum
org.apache.http.entity.mime.HttpMultipartMode
Packages that use HttpMultipartMode
-
Uses of HttpMultipartMode in org.apache.http.entity.mime
Methods in org.apache.http.entity.mime that return HttpMultipartModeModifier and TypeMethodDescriptionHttpMultipart.getMode()
Deprecated.static HttpMultipartMode
Returns the enum constant of this type with the specified name.static HttpMultipartMode[]
HttpMultipartMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.http.entity.mime with parameters of type HttpMultipartModeConstructors in org.apache.http.entity.mime with parameters of type HttpMultipartModeModifierConstructorDescriptionHttpMultipart
(String subType, Charset charset, String boundary, HttpMultipartMode mode) Deprecated.Creates an instance with the specified settings.Deprecated.Creates an instance using the specifiedHttpMultipartMode
mode.MultipartEntity
(HttpMultipartMode mode, String boundary, Charset charset) Deprecated.Creates an instance using the specified parameters