Example usage for org.apache.http.nio.entity ProducingNHttpEntity interface-usage

List of usage examples for org.apache.http.nio.entity ProducingNHttpEntity interface-usage

Introduction

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

Usage

From source file marytts.server.http.TestProducingNHttpEntity.java

/**
 * @author marc
 *
 */
public class TestProducingNHttpEntity extends AbstractHttpEntity implements ProducingNHttpEntity {

From source file marytts.server.http.AudioStreamNHttpEntity.java

/**
 * @author marc
 *
 */
public class AudioStreamNHttpEntity extends AbstractHttpEntity implements ProducingNHttpEntity, Runnable {
    private Request maryRequest;

From source file marytts.tools.perceptiontest.AudioStreamNHttpEntity.java

/**
 * @author marc
 *
 */
public class AudioStreamNHttpEntity extends AbstractHttpEntity implements ProducingNHttpEntity, Runnable {
    private UtteranceRequest maryRequest;