Uses of Class
org.jboss.resteasy.spi.Link
-
Packages that use Link Package Description org.jboss.resteasy.client JAX-RS specification 1.1 ({@link https://jcp.org/en/jsr/detail?id=311}) had no client framework, so Resteasy release 2.x provided one.org.jboss.resteasy.client.core org.jboss.resteasy.client.core.extractors org.jboss.resteasy.spi -
-
Uses of Link in org.jboss.resteasy.client
Methods in org.jboss.resteasy.client that return Link Modifier and Type Method Description LinkClientRequest. create()Deprecated.Automatically does POST/Create pattern.abstract LinkClientResponse. getHeaderAsLink(java.lang.String headerName)Deprecated.Header is assumed to be a URL, a Link object is created from it if it exists.abstract LinkClientResponse. getLocationLink()Deprecated.Get the Location header as a Link so you can easily execute on it.Methods in org.jboss.resteasy.client with parameters of type Link Modifier and Type Method Description ClientRequestClientRequest. addLink(Link link)Deprecated. -
Uses of Link in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as Link Modifier and Type Field Description protected LinkBaseClientResponse. locationMethods in org.jboss.resteasy.client.core that return Link Modifier and Type Method Description LinkBaseClientResponse. getHeaderAsLink(java.lang.String headerName)LinkBaseClientResponse. getLocationLink() -
Uses of Link in org.jboss.resteasy.client.core.extractors
Methods in org.jboss.resteasy.client.core.extractors that return Link Modifier and Type Method Description private LinkResponseObjectEntityExtractorFactory. getLink(LinkHeaderParam link, ClientRequestContext context)Methods in org.jboss.resteasy.client.core.extractors with parameters of type Link Modifier and Type Method Description private java.net.URIResponseObjectEntityExtractorFactory. getURI(java.lang.reflect.Method method, Link link) -
Uses of Link in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type Link Modifier and Type Field Description private java.util.List<Link>LinkHeader. linksprivate java.util.Map<java.lang.String,Link>LinkHeader. linksByRelationshipprivate java.util.Map<java.lang.String,Link>LinkHeader. linksByTitleMethods in org.jboss.resteasy.spi that return Link Modifier and Type Method Description LinkLinkHeader. getLinkByRelationship(java.lang.String rel)LinkLinkHeader. getLinkByTitle(java.lang.String title)Methods in org.jboss.resteasy.spi that return types with arguments of type Link Modifier and Type Method Description java.util.List<Link>LinkHeader. getLinks()All the links definedjava.util.Map<java.lang.String,Link>LinkHeader. getLinksByRelationship()Index of links by relationship "rel" or "rev"java.util.Map<java.lang.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)
-