| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| io.helidon.webserver.spi |
WebServer SPI.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Routing.route(BareRequest bareRequest,
BareResponse bareResponse) |
Process bare minimal request and response using this routing.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.concurrent.CompletionStage<BareResponse> |
BareResponse.whenCompleted() |
Returns a
CompletionStage of this response. |
java.util.concurrent.CompletionStage<BareResponse> |
BareResponse.whenHeadersCompleted() |
Returns a
CompletionStage of headers part of this response. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.