Package | Description |
---|---|
io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
Class and Description |
---|
AbstractDiskHttpData
Abstract Disk HttpData implementation
|
AbstractHttpData
Abstract HttpData implementation
|
AbstractMemoryHttpData
Abstract Memory HttpData implementation
|
Attribute
Attribute interface
|
FileUpload
FileUpload interface that could be in memory, on temporary file or any other implementations.
|
HttpData
Extended interface for InterfaceHttpData
|
HttpDataFactory
Interface to enable creation of InterfaceHttpData objects
|
HttpPostRequestDecoder
This decoder will decode Body and can handle POST BODY.
|
HttpPostRequestDecoder.EndOfDataDecoderException
Exception when the body is fully decoded, even if there is still data
|
HttpPostRequestDecoder.ErrorDataDecoderException
Exception when an error occurs while decoding
|
HttpPostRequestDecoder.IncompatibleDataDecoderException
Exception when an unappropriated getMethod was called on a request
|
HttpPostRequestDecoder.NotEnoughDataDecoderException
Exception when try reading data from request in chunked format, and not
enough data are available (need more chunks)
|
HttpPostRequestEncoder.EncoderMode
Different modes to use to encode form data.
|
HttpPostRequestEncoder.ErrorDataEncoderException
Exception when an error occurs while encoding
|
InterfaceHttpData
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
|
InterfaceHttpData.HttpDataType |
Copyright © 2008–2013 The Netty Project. All rights reserved.