Class HttpPostRequestDecoder

java.lang.Object
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
All Implemented Interfaces:
InterfaceHttpPostRequestDecoder

public class HttpPostRequestDecoder extends Object implements InterfaceHttpPostRequestDecoder
This decoder will decode Body and can handle POST BODY. You MUST call destroy() after completion to release all resources.