org.resteasy.plugins.client.httpclient
Class HttpOutputMessage
java.lang.Object
org.resteasy.plugins.client.httpclient.HttpOutputMessage
- All Implemented Interfaces:
- ClientHttpOutput
public class HttpOutputMessage
- extends java.lang.Object
- implements ClientHttpOutput
Abstraction for output HTTP requests
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Field Summary |
protected javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> |
outputHeaders
|
protected java.io.OutputStream |
outputStream
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
outputHeaders
protected javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> outputHeaders
outputStream
protected java.io.OutputStream outputStream
HttpOutputMessage
public HttpOutputMessage(java.io.OutputStream outputStream)
getOutputHeaders
public javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> getOutputHeaders()
- Specified by:
getOutputHeaders
in interface ClientHttpOutput
getOutputStream
public java.io.OutputStream getOutputStream()
- Specified by:
getOutputStream
in interface ClientHttpOutput
Copyright © 2008. All Rights Reserved.