Package | Description |
---|---|
io.vertx.ext.web.client | |
io.vertx.ext.web.multipart | |
io.vertx.reactivex.ext.web.multipart | |
io.vertx.rxjava.ext.web.multipart | |
io.vertx.rxjava3.ext.web.multipart |
Modifier and Type | Method and Description |
---|---|
default Future<HttpResponse<T>> |
HttpRequest.sendMultipartForm(MultipartForm body) |
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,
Buffer content,
String mediaType)
Add a binary file upload 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.setCharset(Charset charset)
Set the
charset to use when encoding the form. |
MultipartForm |
MultipartForm.setCharset(String charset)
Set the
charset to use when encoding the form. |
MultipartForm |
MultipartForm.textFileUpload(String name,
String filename,
Buffer content,
String mediaType)
Add a text file upload form data part.
|
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) |
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 © 2021 Eclipse. All rights reserved.