Class MultipartConfig
- java.lang.Object
-
- org.apache.felix.http.base.internal.dispatch.MultipartConfig
-
public final class MultipartConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static MultipartConfig
DEFAULT_CONFIG
static MultipartConfig
INVALID_CONFIG
String
multipartLocation
Specifies the multipart locationlong
multipartMaxFileSize
Specifies the multipart max file sizelong
multipartMaxRequestSize
Specifies the multipart max request sizeint
multipartThreshold
Specifies the multipart threshold
-
Constructor Summary
Constructors Constructor Description MultipartConfig(Integer threshold, String location, long maxFileSize, long maxRequestSize)
-
-
-
Field Detail
-
DEFAULT_CONFIG
public static final MultipartConfig DEFAULT_CONFIG
-
INVALID_CONFIG
public static final MultipartConfig INVALID_CONFIG
-
multipartThreshold
public final int multipartThreshold
Specifies the multipart threshold
-
multipartLocation
public final String multipartLocation
Specifies the multipart location
-
multipartMaxFileSize
public final long multipartMaxFileSize
Specifies the multipart max file size
-
multipartMaxRequestSize
public final long multipartMaxRequestSize
Specifies the multipart max request size
-
-