Uses of Interface
io.helidon.webserver.ResponseHeaders
Packages that use ResponseHeaders
-
Uses of ResponseHeaders in io.helidon.webserver
Methods in io.helidon.webserver that return ResponseHeadersModifier and TypeMethodDescriptionResponseHeaders.addAll
(Parameters parameters) ServerResponse.headers()
Returns response headers.ResponseHeaders.putAll
(Parameters parameters) Methods in io.helidon.webserver that return types with arguments of type ResponseHeadersModifier 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.Method parameters in io.helidon.webserver with type arguments of type ResponseHeadersModifier and TypeMethodDescriptionvoid
ResponseHeaders.beforeSend
(Consumer<ResponseHeaders> headersConsumer) Register aConsumer
which is executed just before headers are send.
whenSent()