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 LinkGet the link for the relation.Link.JaxbAdapter.unmarshal(Link.JaxbLink v) Deprecated.Convert aLink.JaxbLinkinto aLink.static LinkSimple 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.BuilderCreate a new builder instance initialized from another link.static UriBuilderCreate a new instance initialized from a Link.Initialize builder using another link.abstract Response.ResponseBuilderAdd one or more link headers.Deprecated.Convert aLinkinto aLink.JaxbLink. -
Uses of Link in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs with parameters of type Link -
Uses of Link in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return LinkMethods in org.jboss.resteasy.client.jaxrs.internal that return types with arguments of type LinkMethods in org.jboss.resteasy.client.jaxrs.internal with parameters of type Link -
Uses of Link in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs that return LinkMethods in org.jboss.resteasy.core.interception.jaxrs that return types with arguments of type Link -
Uses of Link in org.jboss.resteasy.plugins.delegates
Methods in org.jboss.resteasy.plugins.delegates that return LinkMethods in org.jboss.resteasy.plugins.delegates with parameters of type Link -
Uses of Link in org.jboss.resteasy.specimpl
Subclasses of Link in org.jboss.resteasy.specimplFields in org.jboss.resteasy.specimpl with type parameters of type LinkModifier and TypeFieldDescriptionprotected static final RuntimeDelegate.HeaderDelegate<Link>LinkImpl.delegateMethods in org.jboss.resteasy.specimpl that return LinkModifier and TypeMethodDescriptionLinkBuilderImpl.buildRelativized(URI uri, Object... values) static LinkMethods in org.jboss.resteasy.specimpl that return types with arguments of type LinkMethods in org.jboss.resteasy.specimpl with parameters of type LinkModifier and TypeMethodDescription -
Uses of Link in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return LinkModifier and TypeMethodDescriptionLinkHeader.getLinkByRelationship(String rel) LinkHeader.getLinkByTitle(String title) Methods in org.jboss.resteasy.spi that return types with arguments of type LinkModifier and TypeMethodDescriptionLinkHeader.getLinks()All the links definedLinkHeader.getLinksByRelationship()Index of links by relationship "rel" or "rev"LinkHeader.getLinksByTitle()Index of links by titleMethods in org.jboss.resteasy.spi with parameters of type Link