| Package | Description |
|---|---|
| org.jboss.resteasy.client | |
| org.jboss.resteasy.client.core | |
| org.jboss.resteasy.spi |
| Modifier and Type | Method and Description |
|---|---|
Link |
ClientRequest.create()
Automatically does POST/Create pattern.
|
abstract Link |
ClientResponse.getHeaderAsLink(String headerName)
Header is assumed to be a URL, a Link object is created from it if it exists.
|
abstract Link |
ClientResponse.getLocation()
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) |
| Modifier and Type | Field and Description |
|---|---|
protected Link |
BaseClientResponse.location |
| Modifier and Type | Method and Description |
|---|---|
Link |
BaseClientResponse.getHeaderAsLink(String headerName) |
Link |
BaseClientResponse.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
Link |
LinkHeader.getLinkByRelationship(String rel) |
Link |
LinkHeader.getLinkByTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
LinkHeader.getLinks()
All the links defined
|
Map<String,Link> |
LinkHeader.getLinksByRelationship()
Index of links by relationship "rel" or "rev"
|
Map<String,Link> |
LinkHeader.getLinksByTitle()
Index of links by title
|
| Modifier and Type | Method and Description |
|---|---|
LinkHeader |
LinkHeader.addLink(Link link) |
Copyright © 2014. All Rights Reserved.