This commit is contained in:
Arjen Poutsma
2010-06-24 11:52:44 +00:00
parent c059f53823
commit 8d5662ec7a

View File

@@ -20,7 +20,7 @@ import java.io.IOException;
import java.io.InputStream;
/**
* Represents an HTTP output message, consisting of {@linkplain #getHeaders() headers}
* Represents an HTTP input message, consisting of {@linkplain #getHeaders() headers}
* and a readable {@linkplain #getBody() body}.
*
* <p>Typically implemented by an HTTP request on the server-side, or a response on the client-side.