Uses of Class
io.helidon.common.http.HashHeaders
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon Media MultiPart.
-
Uses of HashHeaders in io.helidon.common.http
Modifier and TypeMethodDescriptionstatic HashHeaders
HashHeaders.concat
(Parameters... parameters) Concatenates the contents of the specifiedParameters
into a newHashHeaders
instance.static HashHeaders
HashHeaders.concat
(Iterable<Parameters> initialContent) Concatenates the specified contents into a newHashHeaders
instance.static HashHeaders
HashHeaders.create()
Creates a new, empty instance.static HashHeaders
HashHeaders.create
(Parameters initialContent) Creates a new instance populated with the specifiedParameters
contents.static HashHeaders
Creates a new instance populated with the specified multi-map's contents. -
Uses of HashHeaders in io.helidon.media.multipart
Modifier and TypeClassDescriptionfinal class
Writeable body part headers.