Uses of Interface
io.helidon.common.parameters.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
Modifier and TypeFieldDescriptionstatic final GenericType
<Parameters> Parameters.GENERIC_TYPE
Generic type for parameters.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
HTTP Query representation.interface
Mutable HTTP query.Modifier 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
Modifier and TypeMethodDescriptiondefault Parameters
ServerRequestHeaders.cookies()
Returns cookies (parsed from 'Cookie:
' header) based on RFC6265.RoutedPath.pathParameters()
Resolved parameters from path template.