public final class MultipartConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static MultipartConfig |
DEFAULT_CONFIG |
static MultipartConfig |
INVALID_CONFIG |
String |
multipartLocation
Specifies the multipart location
|
long |
multipartMaxFileSize
Specifies the multipart max file size
|
long |
multipartMaxRequestSize
Specifies the multipart max request size
|
int |
multipartThreshold
Specifies the multipart threshold
|
| Constructor and Description |
|---|
MultipartConfig(Integer threshold,
String location,
long maxFileSize,
long maxRequestSize) |
public static final MultipartConfig DEFAULT_CONFIG
public static final MultipartConfig INVALID_CONFIG
public final int multipartThreshold
public final String multipartLocation
public final long multipartMaxFileSize
public final long multipartMaxRequestSize
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.