Uses of Class
io.avaje.jex.UploadConfig
Packages that use UploadConfig
-
Uses of UploadConfig in io.avaje.jex
Methods in io.avaje.jex that return UploadConfigModifier and TypeMethodDescriptionUploadConfig.fileSizeThreshold(int fileSizeThreshold) UploadConfig.maxFileSize(long maxFileSize) UploadConfig.maxRequestSize(long maxRequestSize) JexConfig.multipartConfig()Return the multipartConfig.Methods in io.avaje.jex with parameters of type UploadConfigModifier and TypeMethodDescriptionJexConfig.multipartConfig(UploadConfig multipartConfig) Set the upload configuration.