Java io.netty.handler.codec.http.multipart FileUpload fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http.multipart FileUpload fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http.multipart FileUpload.

The text is from its open source code.

Implementation

io.netty.handler.codec.http.multipart.FileUpload has the following implementations.
Click this link to see all its implementation.

Method

StringgetContentTransferEncoding()
Returns the Content-Transfer-Encoding
StringgetContentType()
Returns the content type passed by the browser or null if not defined.
StringgetFilename()
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
FileUploadretain()