Uses of Interface
io.helidon.common.uri.UriQuery
Package
Description
URI utilities.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Security
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer HTTP specific APIs.
-
Uses of UriQuery in io.helidon.common.uri
Modifier and TypeMethodDescriptionstatic UriQuery
Create a new HTTP query from the query string.static UriQuery
Create URI query from a URI instance.static UriQuery
UriQuery.empty()
Create an empty HTTP query.UriInfo.BuilderBase.query()
URI Query of the request.UriInfo.BuilderBase.UriInfoImpl.query()
-
Uses of UriQuery in io.helidon.http
Modifier and TypeMethodDescriptionstatic HttpPrologue
HttpPrologue.create
(String rawProtocol, String protocol, String protocolVersion, Method httpMethod, UriPath uriPath, UriQuery uriQuery, UriFragment uriFragment) Create a new prologue with decoded values.RequestedUriDiscoveryContext.uriInfo
(String remoteAddress, String localAddress, String requestPath, ServerRequestHeaders headers, UriQuery query, boolean isSecure) Creates aUriInfo
object for a request based on the discovery settings in theRequestedUriDiscoveryContext
and the specified request-related information. -
Uses of UriQuery in io.helidon.security
Modifier and TypeMethodDescriptionSecurityEnvironment.queryParams()
Query parameters obtained from the request.Modifier and TypeMethodDescriptionSecurityEnvironment.Builder.queryParams
(UriQuery queryParams) Add query parameters of the request. -
Uses of UriQuery in io.helidon.webclient.api
-
Uses of UriQuery in io.helidon.webserver.http