Package | Description |
---|---|
org.jboss.resteasy.client |
JAX-RS specification 1.1 (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 |
Modifier and Type | Method and Description |
---|---|
Link |
ClientRequest.create()
Deprecated.
Automatically does POST/Create pattern.
|
abstract Link |
ClientResponse.getHeaderAsLink(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ClientRequest |
ClientRequest.addLink(Link link)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Link |
BaseClientResponse.location |
Modifier and Type | Method and Description |
---|---|
Link |
BaseClientResponse.getHeaderAsLink(java.lang.String headerName) |
Link |
BaseClientResponse.getLocationLink() |
Modifier and Type | Method and Description |
---|---|
private Link |
ResponseObjectEntityExtractorFactory.getLink(LinkHeaderParam link,
ClientRequestContext context) |
Modifier and Type | Method and Description |
---|---|
private java.net.URI |
ResponseObjectEntityExtractorFactory.getURI(java.lang.reflect.Method method,
Link link) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Link> |
LinkHeader.links |
private java.util.Map<java.lang.String,Link> |
LinkHeader.linksByRelationship |
private java.util.Map<java.lang.String,Link> |
LinkHeader.linksByTitle |
Modifier and Type | Method and Description |
---|---|
Link |
LinkHeader.getLinkByRelationship(java.lang.String rel) |
Link |
LinkHeader.getLinkByTitle(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Link> |
LinkHeader.getLinks()
All the links defined
|
java.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 title
|
Modifier and Type | Method and Description |
---|---|
LinkHeader |
LinkHeader.addLink(Link link) |