接口 StreamingHttpOutputMessage

所有超级接口:
HttpMessage, HttpOutputMessage
所有已知实现类:
AbstractStreamingClientHttpRequest, HttpComponentsClientHttpRequest, JdkClientHttpRequest, JettyClientHttpRequest, ReactorNettyClientRequest, SimpleClientHttpRequest

public interface StreamingHttpOutputMessage extends HttpOutputMessage
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
另请参阅:
  • 方法详细资料

    • setBody

      void setBody(StreamingHttpOutputMessage.Body body)
      Set the streaming body callback for this message.
      参数:
      body - the streaming body callback