Skip navigation links
A B C D E F I J M N P R S T V W 

A

adjustLocation(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
Deprecated.
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.
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

cache - Variable in class io.vertx.ext.web.common.template.CachingTemplateEngine
 
CachingTemplateEngine<T> - Class in io.vertx.ext.web.common.template
 
CachingTemplateEngine(String, int) - Constructor for class io.vertx.ext.web.common.template.CachingTemplateEngine
Deprecated.
CachingTemplateEngine(int) - Constructor for class io.vertx.ext.web.common.template.CachingTemplateEngine
 
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 the BodyStream.
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"
doSetExtension(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
Deprecated.

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
Deprecated.

F

filename() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
FormDataPart - Interface in io.vertx.ext.web.multipart
A form data part of a MultipartForm.

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
 
isCachingEnabled() - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
 
isCachingEnabled() - Method in interface io.vertx.ext.web.common.template.TemplateEngine
Returns true if the template template caches template files.
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
 

M

main(String[]) - Static method in class io.vertx.ext.web.common.template.test
 
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.

R

render(JsonObject, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
Render the template.
render(Map<String, Object>, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
Render the template.
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.
test - Class in io.vertx.ext.web.common.template
 
test() - Constructor for class io.vertx.ext.web.common.template.test
 
textFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
Add a text file upload form data part.

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 I J M N P R S T V W 
Skip navigation links

Copyright © 2020 Eclipse. All rights reserved.