Example usage for io.netty.handler.codec.http HttpObjectDecoder subclass-usage

List of usage examples for io.netty.handler.codec.http HttpObjectDecoder subclass-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.http HttpObjectDecoder subclass-usage.

Usage

From source file cn.wantedonline.puppy.httpserver.component.HttpRequestDecoder.java

/**
 * <pre>
 *     Http?
 * </pre>
 *
 * @author wangcheng

From source file com.creamsugardonut.CustomHttpRequestDecoder.java

/**
 * Forked from HttpRequestDecoder. This disables chunked-encoding support since it isn't necessary for Http Streaming
 * Server.
 *
 */
public class CustomHttpRequestDecoder extends HttpObjectDecoder {