类 SimpleHttpOutputMessage
java.lang.Object
cn.taketoday.http.SimpleHttpOutputMessage
- 所有已实现的接口:
HttpMessage,HttpOutputMessage
simple HttpOutputMessage
- 从以下版本开始:
- 4.0
- 作者:
- TODAY 2021/11/6 13:10
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getBody()Return the body of the message as an output stream.Return the headers of this message.
-
字段详细资料
-
headers
-
body
-
-
构造器详细资料
-
SimpleHttpOutputMessage
-
-
方法详细资料
-
getHeaders
从接口复制的说明:HttpMessageReturn the headers of this message.- 指定者:
getHeaders在接口中HttpMessage- 返回:
- a corresponding HttpHeaders object (never
null)
-
getBody
从接口复制的说明:HttpOutputMessageReturn the body of the message as an output stream.- 指定者:
getBody在接口中HttpOutputMessage- 返回:
- the output stream body (never
null) - 抛出:
IOException- in case of I/O errors
-