Uses of Class
io.helidon.common.http.ReadOnlyHeaders
-
Uses of ReadOnlyHeaders in io.helidon.common.http
Methods in io.helidon.common.http that return ReadOnlyHeadersModifier and TypeMethodDescriptionstatic ReadOnlyHeadersCreates a new instance populated with the specifiedHeaderssettings.static ReadOnlyHeadersReadOnlyHeaders.create(Parameters initialContent) Deprecated, for removal: This API element is subject to removal in a future version.protected static ReadOnlyHeadersCreates a newReadOnlyHeadersinstance with the specified multi-map contents as initial contents.static ReadOnlyHeadersReadOnlyHeaders.empty()Returns an empty and immutable singleton.
create(Headers)instead, passingHeadersinstead ofParameters.