Class MultipartConfig
java.lang.Object
org.apache.felix.http.base.internal.dispatch.MultipartConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MultipartConfigstatic final MultipartConfigfinal StringSpecifies the multipart locationfinal longSpecifies the multipart max filesfinal longSpecifies the multipart max file sizefinal longSpecifies the multipart max request sizefinal intSpecifies the multipart threshold -
Constructor Summary
ConstructorsConstructorDescriptionMultipartConfig(Integer threshold, String location, long maxFileSize, long maxRequestSize, long maxFileCount) -
Method Summary
-
Field Details
-
DEFAULT_CONFIG
-
INVALID_CONFIG
-
multipartThreshold
public final int multipartThresholdSpecifies the multipart threshold -
multipartLocation
Specifies the multipart location -
multipartMaxFileSize
public final long multipartMaxFileSizeSpecifies the multipart max file size -
multipartMaxRequestSize
public final long multipartMaxRequestSizeSpecifies the multipart max request size -
multipartMaxFileCount
public final long multipartMaxFileCountSpecifies the multipart max files
-
-
Constructor Details
-
MultipartConfig
-
-
Method Details