public interface HttpInputMessage extends HttpMessage
通常、サーバー側の HTTP リクエストハンドル、クライアント側の HTTP レスポンスハンドルによって実装されます。
java.io.InputStream
getBody()
getHeaders
java.io.InputStream getBody() throws java.io.IOException
null
java.io.IOException