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