Uses of Class
jakarta.ws.rs.core.Link
-
Packages that use Link Package Description jakarta.ws.rs.client The JAX-RS client APIjakarta.ws.rs.container Container-specific JAX-RS API.jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.client.jaxrs org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core.interception.jaxrs org.jboss.resteasy.plugins.delegates org.jboss.resteasy.specimpl org.jboss.resteasy.spi -
-
Uses of Link in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return Link Modifier and Type Method Description LinkClientResponseContext. getLink(String relation)Get the link for the relation.Methods in jakarta.ws.rs.client that return types with arguments of type Link Modifier and Type Method Description Set<Link>ClientResponseContext. getLinks()Get the links attached to the message as header.Methods in jakarta.ws.rs.client with parameters of type Link Modifier and Type Method Description Invocation.BuilderClient. invocation(Link link)Build an invocation builder from a link.WebTargetClient. target(Link link)Build a new web resource target. -
Uses of Link in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return Link Modifier and Type Method Description LinkContainerResponseContext. getLink(String relation)Get the link for the relation.Methods in jakarta.ws.rs.container that return types with arguments of type Link Modifier and Type Method Description Set<Link>ContainerResponseContext. getLinks()Get the links attached to the message as header. -
Uses of Link in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return Link Modifier and Type Method Description LinkLink.Builder. build(Object... values)Finish building this link using the supplied values as URI parameters.LinkLink.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 LinkResponse. getLink(String relation)Get the link for the relation.LinkLink.JaxbAdapter. unmarshal(Link.JaxbLink v)Deprecated.Convert aLink.JaxbLinkinto aLink.static LinkLink. valueOf(String value)Simple parser to convert link header string representations into a link.Methods in jakarta.ws.rs.core that return types with arguments of type Link Modifier and Type Method Description abstract Set<Link>Response. getLinks()Get the links attached to the message as headers.Methods in jakarta.ws.rs.core with parameters of type Link Modifier and Type Method Description static Link.BuilderLink. fromLink(Link link)Create a new builder instance initialized from another link.static UriBuilderUriBuilder. fromLink(Link link)Create a new instance initialized from a Link.Link.BuilderLink.Builder. link(Link link)Initialize builder using another link.abstract Response.ResponseBuilderResponse.ResponseBuilder. links(Link... links)Add one or more link headers.Link.JaxbLinkLink.JaxbAdapter. marshal(Link v)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 Modifier and Type Method Description ResteasyWebTargetResteasyClient. target(Link link) -
Uses of Link in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return Link Modifier and Type Method Description LinkClientResponseContextImpl. getLink(String relation)Methods in org.jboss.resteasy.client.jaxrs.internal that return types with arguments of type Link Modifier and Type Method Description Set<Link>ClientResponseContextImpl. getLinks()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type Link Modifier and Type Method Description Invocation.BuilderResteasyClientImpl. invocation(Link link)ResteasyWebTargetResteasyClientImpl. target(Link link) -
Uses of Link in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs that return Link Modifier and Type Method Description LinkContainerResponseContextImpl. getLink(String relation)Methods in org.jboss.resteasy.core.interception.jaxrs that return types with arguments of type Link Modifier and Type Method Description Set<Link>ContainerResponseContextImpl. getLinks() -
Uses of Link in org.jboss.resteasy.plugins.delegates
Methods in org.jboss.resteasy.plugins.delegates that return Link Modifier and Type Method Description LinkLinkDelegate. fromString(String value)Methods in org.jboss.resteasy.plugins.delegates with parameters of type Link Modifier and Type Method Description StringLinkDelegate. toString(Link value) -
Uses of Link in org.jboss.resteasy.specimpl
Subclasses of Link in org.jboss.resteasy.specimpl Modifier and Type Class Description classLinkImplFields in org.jboss.resteasy.specimpl with type parameters of type Link Modifier and Type Field Description protected static RuntimeDelegate.HeaderDelegate<Link>LinkImpl. delegateMethods in org.jboss.resteasy.specimpl that return Link Modifier and Type Method Description LinkLinkBuilderImpl. build(Object... values)LinkLinkBuilderImpl. buildRelativized(URI uri, Object... values)LinkAbstractBuiltResponse. getLink(String relation)static LinkLinkImpl. valueOf(String value)Methods in org.jboss.resteasy.specimpl that return types with arguments of type Link Modifier and Type Method Description Set<Link>AbstractBuiltResponse. getLinks()Methods in org.jboss.resteasy.specimpl with parameters of type Link Modifier and Type Method Description Link.BuilderLinkBuilderImpl. link(Link link)Response.ResponseBuilderResponseBuilderImpl. links(Link... links) -
Uses of Link in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return Link Modifier and Type Method Description LinkLinkHeader. getLinkByRelationship(String rel)LinkLinkHeader. getLinkByTitle(String title)Methods in org.jboss.resteasy.spi that return types with arguments of type Link Modifier and Type Method Description List<Link>LinkHeader. getLinks()All the links definedMap<String,Link>LinkHeader. getLinksByRelationship()Index of links by relationship "rel" or "rev"Map<String,Link>LinkHeader. getLinksByTitle()Index of links by titleMethods in org.jboss.resteasy.spi with parameters of type Link Modifier and Type Method Description LinkHeaderLinkHeader. addLink(Link link)
-