Interface MultipartEntryHandler


public interface MultipartEntryHandler
General interface for processing MultipartEntrys, one by one.
Since:
2.0.1
Author:
Alexey Stashok
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(MultipartEntry multipartEntry)
    The method is called once MultipartEntry header is ready to be processed by user code.