Uses of Interface
io.helidon.reactive.webserver.ResponseHeaders
Packages that use ResponseHeaders
-
Uses of ResponseHeaders in io.helidon.reactive.webserver
Methods in io.helidon.reactive.webserver that return ResponseHeadersMethods in io.helidon.reactive.webserver that return types with arguments of type ResponseHeadersModifier and TypeMethodDescriptionResponseHeaders.send()Send headers and status code to the client.ResponseHeaders.whenSent()Returns aSinglewhich is completed when all headers are sent to the client.Method parameters in io.helidon.reactive.webserver with type arguments of type ResponseHeadersModifier and TypeMethodDescriptionvoidResponseHeaders.beforeSend(Consumer<ResponseHeaders> headersConsumer) Register aConsumerwhich is executed just before headers are send.