Uses of Interface
io.helidon.common.uri.UriQuery
Packages that use 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
Subinterfaces of UriQuery in io.helidon.common.uriMethods in io.helidon.common.uri that return UriQueryModifier and TypeMethodDescriptionstatic UriQuery
Create a new HTTP query from the query string.static UriQuery
Create a new HTTP query from the query string, validating if requested.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()
Methods in io.helidon.common.uri with parameters of type UriQuery -
Uses of UriQuery in io.helidon.http
Methods in io.helidon.http that return UriQueryMethods in io.helidon.http with parameters of type UriQueryModifier 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
Methods in io.helidon.security that return UriQueryModifier and TypeMethodDescriptionSecurityEnvironment.queryParams()
Query parameters obtained from the request.Methods in io.helidon.security with parameters of type UriQueryModifier and TypeMethodDescriptionSecurityEnvironment.Builder.queryParams
(UriQuery queryParams) Add query parameters of the request. -
Uses of UriQuery in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return UriQueryMethods in io.helidon.webclient.api that return types with arguments of type UriQueryModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.baseQuery()
Base query used by the client in all requests.HttpClientConfig.BuilderBase.HttpClientConfigImpl.baseQuery()
Methods in io.helidon.webclient.api with parameters of type UriQuery -
Uses of UriQuery in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return UriQueryMethods in io.helidon.webserver.http with parameters of type UriQuery