com.ning.http.client
Interface Request.EntityWriter

Enclosing interface:
Request

public static interface Request.EntityWriter

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


Method Summary
 void writeEntity(OutputStream out)
           
 

Method Detail

writeEntity

void writeEntity(OutputStream out)
                 throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.