| Name | Description | Type | Package | Framework |
| AbstractDiskHttpData | Class | io.netty.handler.codec.http.multipart | Netty | |
| AbstractHttpData | Class | io.netty.handler.codec.http.multipart | Netty | |
| AbstractMemoryHttpData | Class | io.netty.handler.codec.http.multipart | Netty | |
| Attribute | Interface | io.netty.handler.codec.http.multipart | Netty | |
| DefaultHttpDataFactory | Default factory giving Attribute and FileUpload according to constructorAttribute and FileUpload could be : | Class | io.netty.handler.codec.http.multipart | Netty |
| DiskAttribute | Class | io.netty.handler.codec.http.multipart | Netty | |
| DiskFileUpload | Class | io.netty.handler.codec.http.multipart | Netty | |
| FileUpload | FileUpload interface that could be in memory, on temporary file or any other implementations. | Interface | io.netty.handler.codec.http.multipart | Netty |
| HttpData | Interface | io.netty.handler.codec.http.multipart | Netty | |
| HttpDataFactory | Interface | io.netty.handler.codec.http.multipart | Netty | |
| HttpPostMultipartRequestDecoder | This decoder will decode Body and can handle POST BODY. | Class | io.netty.handler.codec.http.multipart | Netty |
| HttpPostRequestDecoder | This decoder will decode Body and can handle POST BODY. | Class | io.netty.handler.codec.http.multipart | Netty |
| HttpPostRequestDecoder .EndOfDataDecoderException | Exception when the body is fully decoded, even if there is still dataSee Also:Serialized Form | Class | io.netty.handler.codec.http.multipart.HttpPostRequestDecoder | Netty |
| HttpPostRequestDecoder .ErrorDataDecoderException | Exception when an error occurs while decodingSee Also:Serialized Form | Class | io.netty.handler.codec.http.multipart.HttpPostRequestDecoder | Netty |
| HttpPostRequestDecoder .MultiPartStatus | Class | io.netty.handler.codec.http.multipart.HttpPostRequestDecoder | Netty | |
| HttpPostRequestDecoder .NotEnoughDataDecoderException | Exception when try reading data from request in chunked format, and notenough data are available (need more chunks) | Class | io.netty.handler.codec.http.multipart.HttpPostRequestDecoder | Netty |
| HttpPostRequestEncoder | This encoder will help to encode Request for a FORM as POST. | Class | io.netty.handler.codec.http.multipart | Netty |
| HttpPostRequestEncoder .EncoderMode | Different modes to use to encode form data. | Class | io.netty.handler.codec.http.multipart.HttpPostRequestEncoder | Netty |
| HttpPostRequestEncoder .ErrorDataEncoderException | Exception when an error occurs while encodingSee Also:Serialized Form | Class | io.netty.handler.codec.http.multipart.HttpPostRequestEncoder | Netty |
| HttpPostStandardRequestDecoder | This decoder will decode Body and can handle POST BODY. | Class | io.netty.handler.codec.http.multipart | Netty |
| InterfaceHttpData | Interface | io.netty.handler.codec.http.multipart | Netty | |
| InterfaceHttpData .HttpDataType | Class | io.netty.handler.codec.http.multipart.InterfaceHttpData | Netty | |
| InterfaceHttpPostRequestDecoder | This decoder will decode Body and can handle POST BODY (or for PUT, PATCH or OPTIONS). | Interface | io.netty.handler.codec.http.multipart | Netty |
| MemoryAttribute | Class | io.netty.handler.codec.http.multipart | Netty | |
| MemoryFileUpload | Default FileUpload implementation that stores file into memory. | Class | io.netty.handler.codec.http.multipart | Netty |
| MixedAttribute | Class | io.netty.handler.codec.http.multipart | Netty | |
| MixedFileUpload | Class | io.netty.handler.codec.http.multipart | Netty | |