Uses of Class
org.jboss.resteasy.spi.Link
Packages that use Link
Package
Description
JAX-RS specification 1.1 (
})
had no client framework, so Resteasy release 2.x provided one.
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
-
Uses of Link in org.jboss.resteasy.client
Methods in org.jboss.resteasy.client that return LinkModifier and TypeMethodDescriptionClientRequest.create()
Deprecated.Automatically does POST/Create pattern.abstract Link
ClientResponse.getHeaderAsLink
(String headerName) Deprecated.Header is assumed to be a URL, a Link object is created from it if it exists.abstract Link
ClientResponse.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 -
Uses of Link in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as LinkMethods in org.jboss.resteasy.client.core that return LinkModifier and TypeMethodDescriptionBaseClientResponse.getHeaderAsLink
(String headerName) BaseClientResponse.getLocationLink()
-
Uses of Link in org.jboss.resteasy.client.core.extractors
Methods in org.jboss.resteasy.client.core.extractors that return LinkModifier and TypeMethodDescriptionprivate Link
ResponseObjectEntityExtractorFactory.getLink
(LinkHeaderParam link, ClientRequestContext context) Methods in org.jboss.resteasy.client.core.extractors with parameters of type Link -
Uses of Link in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type LinkModifier and TypeFieldDescriptionLinkHeader.links
LinkHeader.linksByRelationship
LinkHeader.linksByTitle
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