Example usage for io.netty.handler.codec.http.multipart InterfaceHttpPostRequestDecoder interface-usage

List of usage examples for io.netty.handler.codec.http.multipart InterfaceHttpPostRequestDecoder interface-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.http.multipart InterfaceHttpPostRequestDecoder interface-usage.

Usage

From source file divconq.http.multipart.HttpPostMultipartRequestDecoder.java

/**
 * This decoder will decode Body and can handle POST BODY.
 *
 * You <strong>MUST</strong> call {@link #destroy()} after completion to release all resources.
 *
 */

From source file divconq.http.multipart.HttpPostStandardRequestDecoder.java

/**
 * This decoder will decode Body and can handle POST BODY.
 *
 * You <strong>MUST</strong> call {@link #destroy()} after completion to release all resources.
 *
 */