Class MultiPartInputStreamLegacyParser

java.lang.Object
org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
All Implemented Interfaces:
org.eclipse.jetty.ee9.nested.MultiPart.Parser

@Deprecated(forRemoval=true, since="10.0.10") public class MultiPartInputStreamLegacyParser extends Object implements org.eclipse.jetty.ee9.nested.MultiPart.Parser
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by MultiPartFormInputStream. This code is slower and subject to more bugs than its replacement MultiPartFormInputStream. However, this class accepts non-compliant RFC formats that the new MultiPartFormInputStream does not accept. This class is unavailable on ee10 and newer environments.
MultiPartInputStreamLegacyParser.

Handle a MultiPart Mime input stream, breaking it up on the boundary into files and strings.

Non Compliance warnings are documented by the method getNonComplianceWarnings()