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_TYPE
Generic type for parameters.Methods in io.helidon.common.parameters that return ParametersModifier and TypeMethodDescriptionParameters.Builder.build()
static Parameters
Read only parameters based on a map.static Parameters
Parameters.createSingleValueMap
(String component, Map<String, String> params) Read only parameters based on a map with just a single value.static Parameters
Create empty (named) parameters. -
Uses of Parameters in io.helidon.common.uri
Subinterfaces of Parameters in io.helidon.common.uriModifier and TypeInterfaceDescriptioninterface
HTTP Query representation.interface
Mutable 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 Parameters
ServerRequestHeaders.cookies()
Returns cookies (parsed from 'Cookie:
' header) based on RFC6265.RoutedPath.pathParameters()
Resolved parameters from path template.