org.resteasy.spi
Interface ClientHttpOutput
- All Known Implementing Classes:
- HttpOutputMessage
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
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> getOutputHeaders()
getOutputStream
java.io.OutputStream getOutputStream()
Copyright © 2008. All Rights Reserved.