Uses of Class
io.vertx.core.http.FormDecoderConfig
Packages that use FormDecoderConfig
-
Uses of FormDecoderConfig in io.vertx.core.http
Methods in io.vertx.core.http that return FormDecoderConfigModifier and TypeMethodDescriptionHttpServerConfig.getFormDecoderConfig()FormDecoderConfig.setMaxAttributeSize(int maxSize) Set the maximum size of a form attribute.FormDecoderConfig.setMaxBufferedBytes(int maxBufferedBytes) Set the maximum number of bytes a server can buffer when decoding a form.FormDecoderConfig.setMaxFields(int maxFields) Set the maximum number of fields of a form.Methods in io.vertx.core.http with parameters of type FormDecoderConfigModifier and TypeMethodDescriptionHttpServerConfig.setFormDecoderConfig(FormDecoderConfig formDecoderConfig) Constructors in io.vertx.core.http with parameters of type FormDecoderConfig