public interface MultipartEntryHandler
MultipartEntrys, one by one.| Modifier and Type | Method and Description |
|---|---|
void |
handle(MultipartEntry multipartEntry)
The method is called once
MultipartEntry header is ready to be
processed by user code. |
void handle(MultipartEntry multipartEntry) throws Exception
MultipartEntry header is ready to be
processed by user code.multipartEntry - MultipartEntryExceptionCopyright © 2021 Oracle Corporation. All rights reserved.