Class MemoryFileUpload

java.lang.Object
io.netty.util.AbstractReferenceCounted
All Implemented Interfaces:
io.netty.buffer.ByteBufHolder, FileUpload, HttpData, InterfaceHttpData, io.netty.util.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.