Uses of Interface
io.helidon.common.parameters.Parameters
Packages that use Parameters
Package
Description
Support for parameters with multiple values.
URI utilities.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of Parameters in io.helidon.common.parameters
Fields in io.helidon.common.parameters with type parameters of type ParametersModifier and TypeFieldDescriptionstatic final GenericType<Parameters> Parameters.GENERIC_TYPEGeneric type for parameters.Methods in io.helidon.common.parameters that return ParametersModifier and TypeMethodDescriptionParameters.Builder.build()static ParametersRead only parameters based on a map.static ParametersParameters.createSingleValueMap(String component, Map<String, String> params) Read only parameters based on a map with just a single value.static ParametersCreate empty (named) parameters. -
Uses of Parameters in io.helidon.common.uri
Subinterfaces of Parameters in io.helidon.common.uriModifier and TypeInterfaceDescriptioninterfaceHTTP Query representation.interfaceMutable HTTP query.Methods in io.helidon.common.uri that return ParametersModifier and TypeMethodDescriptionUriPath.matrixParameters()Path parameters collected from the full path.UriPathSegment.matrixParameters()All matrix parameters of this segment. -
Uses of Parameters in io.helidon.http
Methods in io.helidon.http that return ParametersModifier and TypeMethodDescriptiondefault ParametersServerRequestHeaders.cookies()Returns cookies (parsed from 'Cookie:' header) based on RFC6265.RoutedPath.pathParameters()Resolved parameters from path template.