|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormBodyPart | |
|---|---|
| com.foxinmy.weixin4j.http.apache | |
| com.foxinmy.weixin4j.http.weixin | |
| Uses of FormBodyPart in com.foxinmy.weixin4j.http.apache |
|---|
| Methods in com.foxinmy.weixin4j.http.apache that return types with arguments of type FormBodyPart | |
|---|---|
List<FormBodyPart> |
HttpMultipart.getBodyParts()
|
| Methods in com.foxinmy.weixin4j.http.apache with parameters of type FormBodyPart | |
|---|---|
void |
HttpMultipart.addBodyPart(FormBodyPart part)
|
void |
MultipartEntity.addPart(FormBodyPart bodyPart)
|
| Uses of FormBodyPart in com.foxinmy.weixin4j.http.weixin |
|---|
| Methods in com.foxinmy.weixin4j.http.weixin with parameters of type FormBodyPart | |
|---|---|
WeixinResponse |
WeixinRequestExecutor.post(String url,
FormBodyPart... bodyParts)
Post方法执行微信请求,用于文件上传 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||