public abstract class SimpleBodyHandler
extends io.vertx.ext.web.handler.impl.BodyHandlerImpl
| Constructor and Description |
|---|
SimpleBodyHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkContentType(io.vertx.ext.web.RoutingContext context) |
protected abstract boolean |
contentTypeSupported(String contentType) |
void |
handle(io.vertx.ext.web.RoutingContext context) |
setBodyLimit, setDeleteUploadedFilesOnEnd, setHandleFileUploads, setMergeFormAttributes, setPreallocateBodyBuffer, setUploadsDirectorypublic void handle(io.vertx.ext.web.RoutingContext context)
handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>handle in class io.vertx.ext.web.handler.impl.BodyHandlerImplprotected boolean checkContentType(io.vertx.ext.web.RoutingContext context)
protected abstract boolean contentTypeSupported(String contentType)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.