|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMultipartMode | |
---|---|
org.apache.http.entity.mime | Support for MIME multipart messages based on Apache Mime4J |
Uses of HttpMultipartMode in org.apache.http.entity.mime |
---|
Methods in org.apache.http.entity.mime that return HttpMultipartMode | |
---|---|
HttpMultipartMode |
HttpMultipart.getMode()
|
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're declared. |
Methods in org.apache.http.entity.mime with parameters of type HttpMultipartMode | |
---|---|
void |
HttpMultipart.setMode(HttpMultipartMode mode)
|
Constructors in org.apache.http.entity.mime with parameters of type HttpMultipartMode | |
---|---|
MultipartEntity(HttpMultipartMode mode)
|
|
MultipartEntity(HttpMultipartMode mode,
String boundary,
Charset charset)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |