| 修飾子とタイプ | メソッドと説明 |
|---|---|
Mech2RequestMultipart |
Mech2RequestMultipart.addBinaryBody(String name,
byte[] file)
Add binary body from byte array.
|
Mech2RequestMultipart |
Mech2RequestMultipart.addBinaryBody(String name,
File file)
Add binary body from the file.
|
Mech2RequestMultipart |
Mech2RequestMultipart.addBinaryBody(String name,
File file,
org.apache.http.entity.ContentType contentType,
String filename)
Add binary body from the file using specific content-type.
|
Mech2RequestMultipart |
Mech2RequestMultipart.addTextBody(String name,
String text)
Add text body
|
Mech2RequestMultipart |
Mech2WithBase.postMultipart(String path)
Create multi-part POST request(Charset is UTF-8).
|
Mech2RequestMultipart |
Mech2WithBase.postMultipart(String path,
Charset charset)
Create new multi-part POST request.
|
Copyright © 2015. All rights reserved.