org.glassfish.jersey.client
Interface RequestWriter.RequestEntityWriter

Enclosing class:
RequestWriter

protected static interface RequestWriter.RequestEntityWriter

A writer for writing a request entity.


Method Summary
 void writeRequestEntity(OutputStream out)
          Write the request entity.
 

Method Detail

writeRequestEntity

void writeRequestEntity(OutputStream out)
                        throws IOException
Write the request entity.

Parameters:
out - the output stream to write the request entity.
Throws:
IOException - in case of IO error.


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.