public interface MultipartEntryHandler
MultipartEntry
s, 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
- MultipartEntry
Exception
Copyright © 2015 Oracle Corporation. All rights reserved.