Example usage for io.netty.handler.stream ChunkedWriteHandler subclass-usage

List of usage examples for io.netty.handler.stream ChunkedWriteHandler subclass-usage

Introduction

In this page you can find the example usage for io.netty.handler.stream ChunkedWriteHandler subclass-usage.

Usage

From source file org.apache.reef.wake.remote.transport.netty.ChunkedReadWriteHandler.java

/**
 * Thin wrapper around ChunkedWriteHandler
 * <p/>
 * ChunkedWriteHandler only handles the down stream parts
 * and just emits the chunks up stream. So we add an upstream
 * handler that aggregates the chunks into its original form. This