|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMultipartMode | |
|---|---|
| com.foxinmy.weixin4j.http.apache | |
| Uses of HttpMultipartMode in com.foxinmy.weixin4j.http.apache |
|---|
| Methods in com.foxinmy.weixin4j.http.apache 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 are declared. |
| Constructors in com.foxinmy.weixin4j.http.apache with parameters of type HttpMultipartMode | |
|---|---|
HttpMultipart(String subType,
Charset charset,
String boundary,
HttpMultipartMode mode)
Creates an instance with the specified settings. |
|
MultipartEntity(HttpMultipartMode mode)
Creates an instance using the specified HttpMultipartMode mode. |
|
MultipartEntity(HttpMultipartMode mode,
String boundary,
Charset charset)
Creates an instance using the specified parameters |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||