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
getOutputHeaders
MultivaluedMap<java.lang.String,java.lang.Object> getOutputHeaders()
getOutputStream
java.io.OutputStream getOutputStream()
Copyright © 2010. All Rights Reserved.