Interface MultipartParser

All Known Implementing Classes:
DefaultMultipartParser
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Contract for parsing HTML form fields encoded according to the multipart/form-data specification.
Author:
Mark Allen