org.jboss.resteasy.spi
Interface ClientHttpOutput


public interface ClientHttpOutput

Bridge interface between the base Resteasy JAX-RS client implementation and the actual HTTP transport (i.e. Apache HTTP Client, java.net.HttpURLConnection, etc...)

This object is filled with request data before it is sent to the server.

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 MultivaluedMap<java.lang.String,java.lang.Object> getOutputHeaders()
           
 java.io.OutputStream getOutputStream()
           
 

Method Detail

getOutputHeaders

MultivaluedMap<java.lang.String,java.lang.Object> getOutputHeaders()

getOutputStream

java.io.OutputStream getOutputStream()


Copyright © 2009. All Rights Reserved.