Uses of Enum
org.apache.http.entity.mime.HttpMultipartMode
Packages that use HttpMultipartMode
-
Uses of HttpMultipartMode in org.apache.http.entity.mime
Subclasses with type arguments of type HttpMultipartMode in org.apache.http.entity.mimeMethods in org.apache.http.entity.mime that return HttpMultipartModeModifier and TypeMethodDescriptionHttpMultipart.getMode()Deprecated.static HttpMultipartModeReturns 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 specifiedHttpMultipartModemode.MultipartEntity(HttpMultipartMode mode, String boundary, Charset charset) Deprecated.Creates an instance using the specified parameters