Interface FileUpload

All Superinterfaces:
ByteBufHolder, Comparable<InterfaceHttpData>, HttpData, InterfaceHttpData, ReferenceCounted
All Known Implementing Classes:
DiskFileUpload, MemoryFileUpload, MixedFileUpload

public interface FileUpload extends HttpData
FileUpload interface that could be in memory, on temporary file or any other implementations. Most methods are inspired from java.io.File API.