| Package | Description | 
|---|---|
| io.vertx.ext.web.client | |
| io.vertx.ext.web.multipart | |
| io.vertx.reactivex.ext.web.multipart | |
| io.vertx.rxjava.ext.web.multipart | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HttpRequest.sendMultipartForm(MultipartForm body,
                 Handler<AsyncResult<HttpResponse<T>>> handler)
Like  
HttpRequest.send(Handler) but with an HTTP request body multimap encoded as form and the content type
 set to multipart/form-data. | 
| Modifier and Type | Method and Description | 
|---|---|
MultipartForm | 
MultipartForm.attribute(String name,
         String value)
Add an attribute form data part. 
 | 
MultipartForm | 
MultipartForm.binaryFileUpload(String name,
                String filename,
                String pathname,
                String mediaType)
Add a binary file upload form data part. 
 | 
static MultipartForm | 
MultipartForm.create()  | 
MultipartForm | 
MultipartForm.textFileUpload(String name,
              String filename,
              String pathname,
              String mediaType)
Add a text file upload form data part. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MultipartForm | 
MultipartForm.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MultipartForm | 
MultipartForm.newInstance(MultipartForm arg)  | 
| Constructor and Description | 
|---|
MultipartForm(MultipartForm delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
MultipartForm | 
MultipartForm.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MultipartForm | 
MultipartForm.newInstance(MultipartForm arg)  | 
| Constructor and Description | 
|---|
MultipartForm(MultipartForm delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.