接口 StreamingHttpOutputMessage
- 所有超级接口:
HttpMessage,HttpOutputMessage
- 所有已知实现类:
AbstractStreamingClientHttpRequest,HttpComponentsClientHttpRequest,JdkClientHttpRequest,JettyClientHttpRequest,ReactorNettyClientRequest,SimpleClientHttpRequest
Represents an HTTP output message that allows for setting a streaming body.
Note that such messages typically do not support
HttpOutputMessage.getBody() access.- 从以下版本开始:
- 4.0
- 作者:
- Arjen Poutsma
- 另请参阅:
-
嵌套类概要
嵌套类修饰符和类型接口说明static interfaceDefines the contract for bodies that can be written directly to anOutputStream. -
方法概要
修饰符和类型方法说明voidSet the streaming body callback for this message.从接口继承的方法 cn.taketoday.http.HttpMessage
getHeaders从接口继承的方法 cn.taketoday.http.HttpOutputMessage
getBody
-
方法详细资料
-
setBody
Set the streaming body callback for this message.- 参数:
body- the streaming body callback
-