Uses of Class
javax.ws.rs.core.Link

Packages that use Link
javax.ws.rs.client The JAX-RS client API 
javax.ws.rs.container Container-specific JAX-RS API. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.jboss.resteasy.client.core   
org.jboss.resteasy.client.jaxrs   
org.jboss.resteasy.client.jaxrs.internal   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.plugins.delegates   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
 

Uses of Link in javax.ws.rs.client
 

Methods in javax.ws.rs.client that return Link
 Link ClientResponseContext.getLink(String relation)
          Get the link for the relation.
 

Methods in javax.ws.rs.client that return types with arguments of type Link
 Set<Link> ClientResponseContext.getLinks()
          Get the links attached to the message as header.
 

Methods in javax.ws.rs.client with parameters of type Link
 Invocation.Builder Client.invocation(Link link)
          Build an invocation builder from a link.
 WebTarget Client.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
 Link ContainerResponseContext.getLink(String relation)
          Get the link for the relation.
 

Methods in javax.ws.rs.container that return types with arguments of type Link
 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
 Link Link.Builder.build()
          Finish building this link and return the instance.
 Link Link.Builder.build(Object... values)
          Finish building this link using the supplied values as URI parameters.
abstract  Link Response.getLink(String relation)
          Get the link for the relation.
 Link Link.JaxbAdapter.unmarshal(Link.JaxbLink v)
           
static Link Link.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
abstract  Set<Link> Response.getLinks()
          Get the links attached to the message as header.
 

Methods in javax.ws.rs.core with parameters of type Link
static UriBuilder UriBuilder.fromLink(Link link)
          Create a new instance initialized from a Link.
static Link.Builder Link.fromLink(Link link)
          Create a new builder instance initialized from another link.
abstract  Response.ResponseBuilder Response.ResponseBuilder.links(Link... links)
          Add one or more link headers.
 Link.JaxbLink Link.JaxbAdapter.marshal(Link v)
           
 

Uses of Link in org.jboss.resteasy.client.core
 

Methods in org.jboss.resteasy.client.core that return Link
 Link BaseClientResponse.getLink(String relation)
           
 

Methods in org.jboss.resteasy.client.core that return types with arguments of type Link
 Set<Link> BaseClientResponse.getLinks()
           
 

Uses of Link in org.jboss.resteasy.client.jaxrs
 

Methods in org.jboss.resteasy.client.jaxrs with parameters of type Link
 Invocation.Builder ResteasyClient.invocation(Link link)
           
 ResteasyWebTarget ResteasyClient.target(Link link)
           
 

Uses of Link in org.jboss.resteasy.client.jaxrs.internal
 

Methods in org.jboss.resteasy.client.jaxrs.internal that return Link
 Link ClientResponseContextImpl.getLink(String relation)
           
 

Methods in org.jboss.resteasy.client.jaxrs.internal that return types with arguments of type Link
 Set<Link> ClientResponseContextImpl.getLinks()
           
 

Uses of Link in org.jboss.resteasy.core.interception
 

Methods in org.jboss.resteasy.core.interception that return Link
 Link ContainerResponseContextImpl.getLink(String relation)
           
 

Methods in org.jboss.resteasy.core.interception that return types with arguments of type Link
 Set<Link> ContainerResponseContextImpl.getLinks()
           
 

Uses of Link in org.jboss.resteasy.plugins.delegates
 

Methods in org.jboss.resteasy.plugins.delegates that return Link
 Link LinkDelegate.fromString(String value)
           
 

Methods in org.jboss.resteasy.plugins.delegates with parameters of type Link
 String LinkDelegate.toString(Link value)
           
 

Uses of Link in org.jboss.resteasy.specimpl
 

Methods in org.jboss.resteasy.specimpl that return Link
 Link BuiltResponse.getLink(String relation)
           
 

Methods in org.jboss.resteasy.specimpl that return types with arguments of type Link
 Set<Link> BuiltResponse.getLinks()
           
 

Methods in org.jboss.resteasy.specimpl with parameters of type Link
 Response.ResponseBuilder ResponseBuilderImpl.links(Link... links)
           
 

Uses of Link in org.jboss.resteasy.spi
 

Methods in org.jboss.resteasy.spi that return Link
 Link LinkHeaders.getLinkByRelationship(String rel)
           
 Link LinkHeaders.getLinkByTitle(String title)
           
 Link Link.toJaxrsLink()
           
 

Methods in org.jboss.resteasy.spi that return types with arguments of type Link
 List<Link> LinkHeaders.getLinks()
          All the links defined
 Map<String,Link> LinkHeaders.getLinksByRelationship()
          Index of links by relationship "rel" or "rev"
 Map<String,Link> LinkHeaders.getLinksByTitle()
          Index of links by title
 

Methods in org.jboss.resteasy.spi with parameters of type Link
 LinkHeaders LinkHeaders.addLink(Link link)
           
 



Copyright © 2013. All Rights Reserved.