Example usage for org.apache.http.nio.entity NHttpEntityWrapper subclass-usage

List of usage examples for org.apache.http.nio.entity NHttpEntityWrapper subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.nio.entity NHttpEntityWrapper subclass-usage.

Usage

From source file NGzipCompressingEntity.java

/**
 * Wrapping entity that compresses content when {@link #writeTo writing}.
 *
 * @since 4.0
 */
public class NGzipCompressingEntity extends NHttpEntityWrapper {