Uses of Class
io.helidon.common.http.HashParameters
Packages that use HashParameters
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon Media MultiPart.
-
Uses of HashParameters in io.helidon.common.http
Subclasses of HashParameters in io.helidon.common.httpModifier and TypeClassDescriptionclassMethods in io.helidon.common.http with type parameters of type HashParametersModifier and TypeMethodDescriptionprotected static <T extends HashParameters>
THashParameters.concat(Iterable<? extends Iterable<Map.Entry<String, List<String>>>> contentSources, Supplier<T> emptyFactory, Function<Iterable<Map.Entry<String, List<String>>>, T> singletonFactory) Creates a new instance of the correctHashParameterssubclass as a concatenation of the provided sources.Methods in io.helidon.common.http that return HashParametersModifier and TypeMethodDescriptionHashParameters.addAll(Parameters parameters) static HashParametersHashParameters.concat(Parameters... parameters) Creates new instance ofHashParametersas a concatenation of provided parameters.static HashParametersHashParameters.concat(Iterable<Parameters> parameters) Creates new instance ofHashParametersas a concatenation of provided parameters.static HashParametersHashParameters.create()Creates a new empty instanceHashParameters.static HashParametersHashParameters.create(Parameters initialContent) Creates a new instanceHashParametersfrom provided data.static HashParametersCreates a new instance ofHashParametersfrom a single provided Parameter or Map.static HashParametersCreates a new instance ofHashParametersfrom a single provided Map.HashParameters.putAll(Parameters parameters) -
Uses of HashParameters in io.helidon.media.multipart
Subclasses of HashParameters in io.helidon.media.multipartModifier and TypeClassDescriptionfinal classWriteable body part headers.