Uses of Class
jakarta.ws.rs.core.Link
Package
Description
The JAX-RS client API
Container-specific JAX-RS API.
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of Link in jakarta.ws.rs.client
Modifier and TypeMethodDescriptionGet the link for the relation.Modifier and TypeMethodDescriptionClientResponseContext.getLinks()
Get the links attached to the message as header.Modifier and TypeMethodDescriptionClient.invocation
(Link link) Build an invocation builder from a link.Build a new web resource target. -
Uses of Link in jakarta.ws.rs.container
Modifier and TypeMethodDescriptionGet the link for the relation. -
Uses of Link in jakarta.ws.rs.core
Modifier and TypeMethodDescriptionFinish building this link using the supplied values as URI parameters.Link.Builder.buildRelativized
(URI uri, Object... values) Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.abstract Link
Get the link for the relation.Link.JaxbAdapter.unmarshal
(Link.JaxbLink v) Deprecated.Convert aLink.JaxbLink
into aLink
.static Link
Simple parser to convert link header string representations into a link.Modifier and TypeMethodDescriptionResponse.getLinks()
Get the links attached to the message as headers.Modifier and TypeMethodDescriptionstatic Link.Builder
Create a new builder instance initialized from another link.static UriBuilder
Create a new instance initialized from a Link.Initialize builder using another link.abstract Response.ResponseBuilder
Add one or more link headers.Deprecated.Convert aLink
into aLink.JaxbLink
.