Uses of Interface
io.helidon.webserver.ResponseHeaders
-
Packages that use ResponseHeaders Package Description io.helidon.webserver Reactive web server API. -
-
Uses of ResponseHeaders in io.helidon.webserver
Methods in io.helidon.webserver that return ResponseHeaders Modifier and Type Method Description ResponseHeadersResponseHeaders. add(String key, Iterable<String> values)ResponseHeadersResponseHeaders. add(String key, String... values)ResponseHeadersResponseHeaders. addAll(Parameters parameters)ResponseHeadersServerResponse. headers()Returns response headers.ResponseHeadersResponseHeaders. putAll(Parameters parameters)Methods in io.helidon.webserver that return types with arguments of type ResponseHeaders Modifier and Type Method Description Single<ResponseHeaders>ResponseHeaders. send()Send headers and status code to the client.default Single<ResponseHeaders>ResponseHeaders. whenSend()Deprecated.since 2.0.0, please usewhenSent()Single<ResponseHeaders>ResponseHeaders. whenSent()Returns aSinglewhich is completed when all headers are sent to the client.Method parameters in io.helidon.webserver with type arguments of type ResponseHeaders Modifier and Type Method Description voidResponseHeaders. beforeSend(Consumer<ResponseHeaders> headersConsumer)Register aConsumerwhich is executed just before headers are send.
-