Example usage for org.apache.commons.httpclient ChunkedOutputStream subclass-usage

List of usage examples for org.apache.commons.httpclient ChunkedOutputStream subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.httpclient ChunkedOutputStream subclass-usage.

Usage

From source file com.tasktop.c2c.server.common.service.io.FlushingChunkedOutputStream.java

/**
 * A chunked output stream that flushes the underlying chunk cache when flushed.
 * 
 * @author David Green (Tasktop Technologies Inc.)
 */
public class FlushingChunkedOutputStream extends ChunkedOutputStream {