java.lang.Object
io.avaje.jex.UploadConfig
public class UploadConfig extends Object
Configuration for server handling of Multipart file uploads etc.
-
Constructor Summary
Constructors Constructor Description UploadConfig()UploadConfig(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold) -
Method Summary
Modifier and Type Method Description intfileSizeThreshold()UploadConfigfileSizeThreshold(int fileSizeThreshold)Stringlocation()UploadConfiglocation(String location)longmaxFileSize()UploadConfigmaxFileSize(long maxFileSize)longmaxRequestSize()UploadConfigmaxRequestSize(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
-