public static interface

Request.EntityWriter

com.ning.http.client.Request.EntityWriter

Class Overview

An entity that can be used to manipulate the Request's body output before it get sent.

Summary

Public Methods
abstract void writeEntity(OutputStream out)

Public Methods

public abstract void writeEntity (OutputStream out)

Throws
IOException