Uses of Record Class
io.helidon.common.uri.UriInfo
Packages that use UriInfo
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
WebServer HTTP specific APIs.
Reactive web server API.
-
Uses of UriInfo in io.helidon.common.http
Methods in io.helidon.common.http that return UriInfoModifier and TypeMethodDescriptionRequestedUriDiscoveryContext.uriInfo(String remoteAddress, String localAddress, String requestPath, ServerRequestHeaders headers, UriQuery query, boolean isSecure) Creates aUriInfoobject for a request based on the discovery settings in theRequestedUriDiscoveryContextand the specified request-related information. -
Uses of UriInfo in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http that return UriInfoModifier and TypeMethodDescriptionHttpRequest.requestedUri()URI as requested by the originating client (to the best of our ability to compute it). -
Uses of UriInfo in io.helidon.reactive.webserver
Methods in io.helidon.reactive.webserver that return UriInfoModifier and TypeMethodDescriptionServerRequest.requestedUri()URI as requested by the originating client (to the best of our ability to compute it).