Contains the embedded multipart request parser.
-
void
MultipartParser.parse(javax.servlet.http.HttpServletRequest request,
File outputDir)
Parses the request content.
protected void
MultipartFormDataParser.parseData(javax.servlet.ServletInputStream sis,
File outputDir,
String startBoundary,
String endBoundary,
byte[] startBoundaryBytes)
protected abstract void
MultipartParser.parseData(javax.servlet.ServletInputStream inStream,
File outputDir,
String startBoundary,
String endBoundary,
byte[] startBoundaryBytes)
Parses the servlet content and generates parts.
protected void