| Package | Description |
|---|---|
| org.cloudfoundry.reactor |
| Modifier and Type | Method and Description |
|---|---|
HttpClientResponseWithBody.Builder |
HttpClientResponseWithBody.Builder.body(reactor.netty.ByteBufFlux body)
Initializes the value for the
body attribute. |
static HttpClientResponseWithBody.Builder |
HttpClientResponseWithBody.builder()
Creates a builder for
HttpClientResponseWithBody. |
HttpClientResponseWithBody.Builder |
HttpClientResponseWithBody.Builder.from(_HttpClientResponseWithBody instance)
Fill a builder with attribute values from the provided
_HttpClientResponseWithBody instance. |
HttpClientResponseWithBody.Builder |
HttpClientResponseWithBody.Builder.response(reactor.netty.http.client.HttpClientResponse response)
Initializes the value for the
response attribute. |
Copyright © 2019. All rights reserved.