Class MemoryFileUpload

All Implemented Interfaces:
ByteBufHolder, FileUpload, HttpData, InterfaceHttpData, ReferenceCounted, Comparable<InterfaceHttpData>

public class MemoryFileUpload extends AbstractMemoryHttpData implements FileUpload
Default FileUpload implementation that stores file into memory.

Warning: be aware of the memory limitation.