Uses of Class
org.apache.http.entity.mime.HttpMultipartMode
-
Packages that use HttpMultipartMode Package Description org.apache.http.entity.mime MIME coded HTTP entity implementations. -
-
Uses of HttpMultipartMode in org.apache.http.entity.mime
Fields in org.apache.http.entity.mime declared as HttpMultipartMode Modifier and Type Field Description private HttpMultipartMode
HttpMultipart. mode
Deprecated.private HttpMultipartMode
MultipartEntityBuilder. mode
Methods in org.apache.http.entity.mime that return HttpMultipartMode Modifier and Type Method Description HttpMultipartMode
HttpMultipart. getMode()
Deprecated.static HttpMultipartMode
HttpMultipartMode. valueOf(java.lang.String name)
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 HttpMultipartMode Modifier and Type Method Description MultipartEntityBuilder
MultipartEntityBuilder. setMode(HttpMultipartMode mode)
Constructors in org.apache.http.entity.mime with parameters of type HttpMultipartMode Constructor Description HttpMultipart(java.lang.String subType, java.nio.charset.Charset charset, java.lang.String boundary, HttpMultipartMode mode)
Deprecated.Creates an instance with the specified settings.MultipartEntity(HttpMultipartMode mode)
Deprecated.Creates an instance using the specifiedHttpMultipartMode
mode.MultipartEntity(HttpMultipartMode mode, java.lang.String boundary, java.nio.charset.Charset charset)
Deprecated.Creates an instance using the specified parameters
-