@ -1,5 +1,5 @@
/ *
/ *
* Copyright 2002 - 2010 the original author or authors .
* Copyright 2002 - 2015 the original author or authors .
*
*
* Licensed under the Apache License , Version 2 . 0 ( the "License" ) ;
* Licensed under the Apache License , Version 2 . 0 ( the "License" ) ;
* you may not use this file except in compliance with the License .
* you may not use this file except in compliance with the License .
@ -23,7 +23,8 @@ import java.io.OutputStream;
* Represents an HTTP output message , consisting of { @linkplain # getHeaders ( ) headers }
* Represents an HTTP output message , consisting of { @linkplain # getHeaders ( ) headers }
* and a writable { @linkplain # getBody ( ) body } .
* and a writable { @linkplain # getBody ( ) body } .
*
*
* < p > Typically implemented by an HTTP request on the client - side , or a response on the server - side .
* < p > Typically implemented by an HTTP request handle on the client side ,
* or an HTTP response handle on the server side .
*
*
* @author Arjen Poutsma
* @author Arjen Poutsma
* @since 3 . 0
* @since 3 . 0
@ -32,7 +33,7 @@ public interface HttpOutputMessage extends HttpMessage {
/ * *
/ * *
* Return the body of the message as an output stream .
* Return the body of the message as an output stream .
* @return the output stream body
* @return the output stream body ( never { @code null } )
* @throws IOException in case of I / O Errors
* @throws IOException in case of I / O Errors
* /
* /
OutputStream getBody ( ) throws IOException ;
OutputStream getBody ( ) throws IOException ;