Uses of Interface
io.helidon.webserver.ResponseHeaders
-
Uses of ResponseHeaders in io.helidon.webserver
Modifier and TypeMethodDescriptionResponseHeaders.addAll
(Parameters parameters) ServerResponse.headers()
Returns response headers.ResponseHeaders.putAll
(Parameters parameters) Modifier and TypeMethodDescriptionResponseHeaders.send()
Send headers and status code to the client.default Single<ResponseHeaders>
ResponseHeaders.whenSend()
Deprecated.ResponseHeaders.whenSent()
Returns aSingle
which is completed when all headers are sent to the client.Modifier and TypeMethodDescriptionvoid
ResponseHeaders.beforeSend
(Consumer<ResponseHeaders> headersConsumer) Register aConsumer
which is executed just before headers are send.
whenSent()