| Package | Description |
|---|---|
| org.apache.http.entity.mime |
MIME coded HTTP entity implementations.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
MultipartEntityBuilder |
MultipartEntityBuilder.setMode(HttpMultipartMode mode) |
| 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 specified
HttpMultipartMode mode. |
MultipartEntity(HttpMultipartMode mode,
java.lang.String boundary,
java.nio.charset.Charset charset) |
Deprecated.
Creates an instance using the specified parameters
|