A handler which gathers the entire request body and sets it on the .
It also handles HTTP file uploads and can be used to limit body sizes.
AnythingObjectBodyHandlerBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
BodyHandler(BodyHandler unknown) |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
handle | shared default void handle(RoutingContext arg0) |
setBodyLimit | shared default BodyHandler setBodyLimit(Integer bodyLimit)Set the maximum body size -1 means unlimited Parameters:
|
setDeleteUploadedFilesOnEnd | shared default BodyHandler setDeleteUploadedFilesOnEnd(Boolean deleteUploadedFilesOnEnd)Set whether uploaded files should be removed after handling the request Parameters:
|
setMergeFormAttributes | shared default BodyHandler setMergeFormAttributes(Boolean mergeFormAttributes)Set whether form attributes will be added to the request parameters Parameters:
|
setUploadsDirectory | shared default BodyHandler setUploadsDirectory(String uploadsDirectory)Set the uploads directory to use Parameters:
|
| Inherited Methods |
Methods inherited from: Objectequals |