Uses of Interface
io.helidon.common.uri.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
Modifier and TypeClassDescriptionstatic class
UriInfo.BuilderBase<BUILDER extends UriInfo.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends UriInfo> Fluent API builder base forUriInfo
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionUriInfo.Builder.build()
UriInfo.Builder.buildPrototype()
static UriInfo
UriInfo.create()
Create a new instance with default values. -
Uses of UriInfo in io.helidon.cors
Modifier and TypeMethodDescriptionCorsRequestAdapter.requestedUri()
Returns theUriInfo
for the request. -
Uses of UriInfo in io.helidon.http
Modifier 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
Modifier and TypeMethodDescriptionClientRequest.resolvedUri()
Resolved URI that will be used to invoke this request. -
Uses of UriInfo in io.helidon.webserver.http
Modifier and TypeMethodDescriptionHttpRequest.requestedUri()
URI as requested by the originating client (to the best of our ability to compute it).