java.lang.Object
io.avaje.jex.UploadConfig
Configuration for server handling of Multipart file uploads etc.
-
Constructor Summary
ConstructorsConstructorDescriptionUploadConfig(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold) -
Method Summary
Modifier and TypeMethodDescriptionintfileSizeThreshold(int fileSizeThreshold) location()longmaxFileSize(long maxFileSize) longmaxRequestSize(long maxRequestSize)
-
Constructor Details
-
UploadConfig
public UploadConfig() -
UploadConfig
-
-
Method Details
-
location
-
location
-
maxFileSize
public long maxFileSize() -
maxFileSize
-
maxRequestSize
public long maxRequestSize() -
maxRequestSize
-
fileSizeThreshold
public int fileSizeThreshold() -
fileSizeThreshold
-