Package | Description |
---|---|
org.apache.http.entity.mime |
MIME coded HTTP entity implementations.
|
Modifier and Type | Method and Description |
---|---|
HttpMultipartMode |
HttpMultipart.getMode()
Deprecated.
|
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 |
---|---|
MultipartEntityBuilder |
MultipartEntityBuilder.setMode(HttpMultipartMode mode) |
Constructor and Description |
---|
HttpMultipart(String subType,
Charset charset,
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,
String boundary,
Charset charset)
Deprecated.
Creates an instance using the specified parameters
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.