Uses of Class
jakarta.ws.rs.core.Link
Packages that use 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
Methods in jakarta.ws.rs.client that return LinkModifier and TypeMethodDescriptionGet the link for the relation.Methods in jakarta.ws.rs.client that return types with arguments of type LinkModifier and TypeMethodDescriptionClientResponseContext.getLinks()
Get the links attached to the message as header.Methods in jakarta.ws.rs.client with parameters of type LinkModifier 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
Methods in jakarta.ws.rs.container that return LinkModifier and TypeMethodDescriptionGet the link for the relation.Methods in jakarta.ws.rs.container that return types with arguments of type Link -
Uses of Link in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return LinkModifier 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.Methods in jakarta.ws.rs.core that return types with arguments of type LinkModifier and TypeMethodDescriptionResponse.getLinks()
Get the links attached to the message as headers.Methods in jakarta.ws.rs.core with parameters of type LinkModifier 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
.