| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseHeaders |
ServerResponse.headers()
Returns response headers.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<ResponseHeaders> |
ResponseHeaders.send()
Send headers and status code to the client.
|
java.util.concurrent.CompletionStage<ResponseHeaders> |
ResponseHeaders.whenSend()
Returns a completion stage which is completed when all headers are send to the client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseHeaders.beforeSend(java.util.function.Consumer<ResponseHeaders> headersConsumer)
Register a
Consumer which is executed just before headers are send. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.