Class MultiPartConfig
java.lang.Object
org.eclipse.jetty.http.MultiPartConfig
The Configuration needed to parse multipart/form-data.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionintlongintlonglongboolean 
- 
Method Details
- 
getLocation
 - 
getMaxParts
public int getMaxParts() - 
getMaxSize
public long getMaxSize() - 
getMaxPartSize
public long getMaxPartSize() - 
getMaxMemoryPartSize
public long getMaxMemoryPartSize() - 
getMaxHeadersSize
public int getMaxHeadersSize() - 
isUseFilesForPartsWithoutFileName
public boolean isUseFilesForPartsWithoutFileName() - 
getMultiPartCompliance
 - 
getViolationListener
 - 
getBufferPool
 
 -