Uses of Interface
io.vertx.core.http.ClientForm
-
Packages that use ClientForm Package Description io.vertx.core.http io.vertx.reactivex.core.http io.vertx.rxjava3.core.http -
-
Uses of ClientForm in io.vertx.core.http
Subinterfaces of ClientForm in io.vertx.core.http Modifier and Type Interface Description interface
ClientMultipartForm
A multipart form, providing file upload capabilities.Methods in io.vertx.core.http that return ClientForm Modifier and Type Method Description ClientForm
ClientForm. attribute(String name, String value)
ClientForm
ClientForm. charset(String charset)
Set thecharset
to use when encoding the form.ClientForm
ClientForm. charset(Charset charset)
Set thecharset
to use when encoding the form.static ClientForm
ClientForm. form()
static ClientForm
ClientForm. form(MultiMap initial)
Methods in io.vertx.core.http with parameters of type ClientForm Modifier and Type Method Description Future<HttpClientResponse>
HttpClientRequest. send(ClientForm form)
LikeHttpClientRequest.send()
but with aform
. -
Uses of ClientForm in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return ClientForm Modifier and Type Method Description ClientForm
ClientForm. getDelegate()
Methods in io.vertx.reactivex.core.http with parameters of type ClientForm Modifier and Type Method Description static ClientForm
ClientForm. newInstance(ClientForm arg)
Constructors in io.vertx.reactivex.core.http with parameters of type ClientForm Constructor Description ClientForm(ClientForm delegate)
-
Uses of ClientForm in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return ClientForm Modifier and Type Method Description ClientForm
ClientForm. getDelegate()
Methods in io.vertx.rxjava3.core.http with parameters of type ClientForm Modifier and Type Method Description static ClientForm
ClientForm. newInstance(ClientForm arg)
Constructors in io.vertx.rxjava3.core.http with parameters of type ClientForm Constructor Description ClientForm(ClientForm delegate)
-