Interface MultipartEntryHandler
public interface MultipartEntryHandler
General interface for processing
MultipartEntrys, one by one.- Since:
- 2.0.1
- Author:
- Alexey Stashok
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(MultipartEntry multipartEntry) The method is called onceMultipartEntryheader is ready to be processed by user code.
-
Method Details
-
handle
The method is called onceMultipartEntryheader is ready to be processed by user code.- Parameters:
multipartEntry-MultipartEntry- Throws:
Exception
-