Uses of Class
org.apache.hc.client5.http.entity.mime.HttpMultipartMode
-
Packages that use HttpMultipartMode Package Description org.apache.hc.client5.http.entity.mime MIME coded HTTP entity implementations. -
-
Uses of HttpMultipartMode in org.apache.hc.client5.http.entity.mime
Fields in org.apache.hc.client5.http.entity.mime declared as HttpMultipartMode Modifier and Type Field Description private HttpMultipartMode
MultipartEntityBuilder. mode
Methods in org.apache.hc.client5.http.entity.mime that return HttpMultipartMode Modifier and Type Method Description 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.hc.client5.http.entity.mime with parameters of type HttpMultipartMode Modifier and Type Method Description MultipartEntityBuilder
MultipartEntityBuilder. setMode(HttpMultipartMode mode)
-