Package | Description |
---|---|
io.vertx.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
static BodyHandler |
BodyHandler.create()
Create a body handler with defaults
|
static BodyHandler |
BodyHandler.create(String uploadDirectory)
Create a body handler and use the given upload directory.
|
BodyHandler |
BodyHandler.setBodyLimit(long bodyLimit)
Set the maximum body size -1 means unlimited
|
BodyHandler |
BodyHandler.setDeleteUploadedFilesOnEnd(boolean deleteUploadedFilesOnEnd)
Set whether uploaded files should be removed after handling the request
|
BodyHandler |
BodyHandler.setMergeFormAttributes(boolean mergeFormAttributes)
Set whether form attributes will be added to the request parameters
|
BodyHandler |
BodyHandler.setUploadsDirectory(String uploadsDirectory)
Set the uploads directory to use
|
Copyright © 2018 Eclipse. All rights reserved.