Uses of Class
io.helidon.common.http.HashHeaders
Packages that use 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
Methods in io.helidon.common.http that return HashHeadersModifier and TypeMethodDescriptionstatic HashHeadersHashHeaders.concat(Parameters... parameters) Concatenates the contents of the specifiedParametersinto a newHashHeadersinstance.static HashHeadersHashHeaders.concat(Iterable<Parameters> initialContent) Concatenates the specified contents into a newHashHeadersinstance.static HashHeadersHashHeaders.create()Creates a new, empty instance.static HashHeadersHashHeaders.create(Parameters initialContent) Creates a new instance populated with the specifiedParameterscontents.static HashHeadersCreates a new instance populated with the specified multi-map's contents. -
Uses of HashHeaders in io.helidon.media.multipart
Subclasses of HashHeaders in io.helidon.media.multipartModifier and TypeClassDescriptionfinal classWriteable body part headers.