| Modifier and Type | Method and Description |
|---|---|
CompletionStage<BareResponse> |
BareResponse.whenCompleted()
Returns a
CompletionStage of this response. |
CompletionStage<BareResponse> |
BareResponse.whenHeadersCompleted()
Returns a
CompletionStage of headers part of this response. |
| Modifier and Type | Method and Description |
|---|---|
void |
Routing.route(BareRequest bareRequest,
BareResponse bareResponse)
Process bare minimal request and response using this routing.
|
Copyright © 2018–2019 Oracle Corporation. All rights reserved.