Uses of Interface
io.helidon.common.uri.UriInfo
Packages that use UriInfo
Package
Description
URI utilities.
Common cross origin configuration and types used by all Helidon flavors.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer HTTP specific APIs.
-
Uses of UriInfo in io.helidon.common.uri
Classes in io.helidon.common.uri with type parameters of type UriInfoModifier and TypeClassDescriptionstatic class
UriInfo.BuilderBase<BUILDER extends UriInfo.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends UriInfo> Fluent API builder base forUriInfo
.Classes in io.helidon.common.uri that implement UriInfoModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.uri that return UriInfoModifier and TypeMethodDescriptionUriInfo.Builder.build()
UriInfo.Builder.buildPrototype()
static UriInfo
UriInfo.create()
Create a new instance with default values.Methods in io.helidon.common.uri with parameters of type UriInfo -
Uses of UriInfo in io.helidon.cors
Methods in io.helidon.cors that return UriInfoModifier and TypeMethodDescriptionCorsRequestAdapter.requestedUri()
Returns theUriInfo
for the request. -
Uses of UriInfo in io.helidon.http
Methods in io.helidon.http that return UriInfoModifier and TypeMethodDescriptionRequestedUriDiscoveryContext.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 UriInfo in io.helidon.webclient.api
Classes in io.helidon.webclient.api that implement UriInfoMethods in io.helidon.webclient.api that return UriInfoModifier and TypeMethodDescriptionClientRequest.resolvedUri()
Resolved URI that will be used to invoke this request.Methods in io.helidon.webclient.api with parameters of type UriInfo -
Uses of UriInfo in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return UriInfoModifier and TypeMethodDescriptionHttpRequest.requestedUri()
URI as requested by the originating client (to the best of our ability to compute it).