Uses of Class
me.geso.mech2.Mech2RequestMultipart
-
Uses of Mech2RequestMultipart in me.geso.mech2
Methods in me.geso.mech2 that return Mech2RequestMultipartModifier and TypeMethodDescriptionMech2RequestMultipart.addBinaryBody(String name, byte[] file) Add binary body from byte array.Mech2RequestMultipart.addBinaryBody(String name, File file) Add binary body from the file.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.addTextBody(String name, String text) Add text bodyMech2WithBase.postMultipart(String path) Create multi-part POST request(Charset is UTF-8).Mech2WithBase.postMultipart(String path, Charset charset) Create new multi-part POST request.