接口的使用
cn.taketoday.http.StreamingHttpOutputMessage.Body
程序包
说明
Contains a basic abstraction over client/server-side HTTP.
Contains an abstraction over client-side HTTP.
Core package of the client-side web support.
-
cn.taketoday.http中StreamingHttpOutputMessage.Body的使用
修饰符和类型方法说明voidStreamingHttpOutputMessage.setBody(StreamingHttpOutputMessage.Body body) Set the streaming body callback for this message. -
cn.taketoday.http.client中StreamingHttpOutputMessage.Body的使用
修饰符和类型字段说明private StreamingHttpOutputMessage.BodyAbstractStreamingClientHttpRequest.bodyprivate final StreamingHttpOutputMessage.BodyHttpComponentsClientHttpRequest.BodyEntity.body修饰符和类型方法说明private HttpRequest.BodyPublisherJdkClientHttpRequest.bodyPublisher(HttpHeaders headers, StreamingHttpOutputMessage.Body body) private HttpRequestJdkClientHttpRequest.buildRequest(HttpHeaders headers, StreamingHttpOutputMessage.Body body) protected abstract ClientHttpResponseAbstractStreamingClientHttpRequest.executeInternal(HttpHeaders headers, StreamingHttpOutputMessage.Body body) Abstract template method that writes the given headers and content to the HTTP request.protected ClientHttpResponseHttpComponentsClientHttpRequest.executeInternal(HttpHeaders headers, StreamingHttpOutputMessage.Body body) protected ClientHttpResponseJdkClientHttpRequest.executeInternal(HttpHeaders headers, StreamingHttpOutputMessage.Body body) protected ClientHttpResponseJettyClientHttpRequest.executeInternal(HttpHeaders headers, StreamingHttpOutputMessage.Body body) protected ClientHttpResponseReactorNettyClientRequest.executeInternal(HttpHeaders headers, StreamingHttpOutputMessage.Body body) protected ClientHttpResponseSimpleClientHttpRequest.executeInternal(HttpHeaders headers, StreamingHttpOutputMessage.Body body) private org.reactivestreams.Publisher<Void>ReactorNettyClientRequest.send(HttpHeaders headers, StreamingHttpOutputMessage.Body body, reactor.netty.http.client.HttpClientRequest reactorRequest, reactor.netty.NettyOutbound nettyOutbound) final voidAbstractStreamingClientHttpRequest.setBody(StreamingHttpOutputMessage.Body body) -
cn.taketoday.web.client中StreamingHttpOutputMessage.Body的使用
修饰符和类型方法说明DefaultRestClient.DefaultRequestBodyUriSpec.body(StreamingHttpOutputMessage.Body body) RestClient.RequestBodySpec.body(StreamingHttpOutputMessage.Body body) Set the body of the response to the given function that writes to anOutputStream.