Interface CompletedFileUpload

All Superinterfaces:
CompletedPart, FileUpload, PartData
All Known Implementing Classes:
NettyCompletedFileUpload

public interface CompletedFileUpload extends FileUpload, CompletedPart
Represents a completed part of a multipart request.

When used as an argument to an Controller instance method, the route is not executed until the part has been fully received. Provides access to metadata about the file as well as the contents.

Since:
1.0.0
Author:
Zachary Klein