Package | Description |
---|---|
org.apache.hc.client5.http.entity.mime |
MIME coded HTTP entity implementations.
|
Modifier and Type | Method and Description |
---|---|
static HttpMultipartMode |
HttpMultipartMode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static FormBodyPartBuilder |
FormBodyPartBuilder.create(String name,
ContentBody body,
HttpMultipartMode mode)
Creates a new builder instance with the specified name, content body, and multipart mode.
|
MultipartEntityBuilder |
MultipartEntityBuilder.setMode(HttpMultipartMode mode) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.