A B C D E F G I J M N P R S T U V W
A
- adjustLocation(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
-
- attribute(String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add an attribute form data part.
B
- binaryFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- BodyCodec<T> - Interface in io.vertx.ext.web.codec
-
A codec for encoding and decoding HTTP bodies.
- BodyStream<T> - Interface in io.vertx.ext.web.codec.spi
-
The body stream decodes a WriteStream
into the a T
instance.
- buffer() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
C
- CachingTemplateEngine<T> - Class in io.vertx.ext.web.common.template
-
- CachingTemplateEngine(Vertx, String) - Constructor for class io.vertx.ext.web.common.template.CachingTemplateEngine
-
- content() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
- create(Function<Buffer, T>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
Create a codec that buffers the entire body and then apply the decode
function and returns the result.
- create(Handler<AsyncResult<BodyStream<T>>>) - Method in interface io.vertx.ext.web.codec.BodyCodec
-
- create() - Static method in interface io.vertx.ext.web.multipart.MultipartForm
-
D
- development() - Static method in interface io.vertx.ext.web.common.WebEnvironment
-
Will return true if the mode is not null and equals ignoring case the string "dev"
E
- ENV_VARIABLE_NAME - Static variable in interface io.vertx.ext.web.common.WebEnvironment
-
- extension - Variable in class io.vertx.ext.web.common.template.CachingTemplateEngine
-
F
- filename() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
- FormDataPart - Interface in io.vertx.ext.web.multipart
-
G
- getTemplate(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
-
I
- io.vertx.ext.web.codec - package io.vertx.ext.web.codec
-
- io.vertx.ext.web.codec.spi - package io.vertx.ext.web.codec.spi
-
- io.vertx.ext.web.common - package io.vertx.ext.web.common
-
- io.vertx.ext.web.common.template - package io.vertx.ext.web.common.template
-
- io.vertx.ext.web.multipart - package io.vertx.ext.web.multipart
-
- isAttribute() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
- isFileUpload() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
- isText() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
J
- json(Class<U>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
Create and return a codec for Java objects encoded using Jackson mapper.
- jsonArray() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
- jsonObject() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
- jsonStream(JsonParser) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that parse the response as a JSON stream.
M
- mediaType() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
- mode() - Static method in interface io.vertx.ext.web.common.WebEnvironment
-
The current mode from the system properties with fallback to environment variables
- MultipartForm - Interface in io.vertx.ext.web.multipart
-
A multipart form.
N
- name() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
- none() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
P
- pathname() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
- pipe(WriteStream<Buffer>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- pipe(WriteStream<Buffer>, boolean) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A body codec that pipes the body to a write stream.
- putTemplate(String, TemplateHolder<T>) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
-
R
- render(JsonObject, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Render the template.
- render(JsonObject, String) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
- render(Map<String, Object>, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Render the template.
- render(Map<String, Object>, String) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
- result() - Method in interface io.vertx.ext.web.codec.spi.BodyStream
-
S
- string() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
- string(String) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
A codec for strings using a specific encoding
.
- SYSTEM_PROPERTY_NAME - Static variable in interface io.vertx.ext.web.common.WebEnvironment
-
T
- TemplateEngine - Interface in io.vertx.ext.web.common.template
-
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
- textFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
- textFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a text file upload form data part.
U
- unwrap() - Method in interface io.vertx.ext.web.common.template.TemplateEngine
-
Returns the underlying engine, so further configurations or customizations may be applied.
V
- value() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
W
- WebEnvironment - Interface in io.vertx.ext.web.common
-
Utility API to verify which environment is the web application running.
A B C D E F G I J M N P R S T U V W
Copyright © 2020 Eclipse. All rights reserved.