Uses of Class
javax.ws.rs.core.Link
-
Packages that use Link Package Description javax.ws.rs.client The Client APIjavax.ws.rs.container Container-specific API.javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of Link in javax.ws.rs.client
Methods in javax.ws.rs.client that return Link Modifier and Type Method Description LinkClientResponseContext. getLink(String relation)Get the link for the relation.Methods in javax.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 javax.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 javax.ws.rs.container
Methods in javax.ws.rs.container that return Link Modifier and Type Method Description LinkContainerResponseContext. getLink(String relation)Get the link for the relation.Methods in javax.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 javax.ws.rs.core
Methods in javax.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)Convert aLink.JaxbLinkinto aLink.static LinkLink. valueOf(String value)Simple parser to convert link header string representations into a link.Methods in javax.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 javax.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)Convert aLinkinto aLink.JaxbLink.
-