Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Link |
ClientResponseContext.getLink(String relation)
Get the link for the relation.
|
Modifier and Type | Method and Description |
---|---|
Set<Link> |
ClientResponseContext.getLinks()
Get the links attached to the message as header.
|
Modifier and Type | Method and Description |
---|---|
Invocation.Builder |
Client.invocation(Link link)
Build an invocation builder from a link.
|
WebTarget |
Client.target(Link link)
Build a new web resource target.
|
Modifier and Type | Method and Description |
---|---|
Link |
ContainerResponseContext.getLink(String relation)
Get the link for the relation.
|
Modifier and Type | Method and Description |
---|---|
Set<Link> |
ContainerResponseContext.getLinks()
Get the links attached to the message as header.
|
Modifier and Type | Method and Description |
---|---|
Link |
Link.Builder.build(Object... values)
Finish building this link using the supplied values as URI parameters.
|
Link |
Link.Builder.buildRelativized(URI uri,
Object... values)
Finish building this link using the supplied values as URI parameters
and relativize the result with respect to the supplied URI.
|
abstract Link |
Response.getLink(String relation)
Get the link for the relation.
|
Link |
Link.JaxbAdapter.unmarshal(Link.JaxbLink v)
Convert a
Link.JaxbLink into a Link . |
static Link |
Link.valueOf(String value)
Simple parser to convert link header string representations into a link.
|
Modifier and Type | Method and Description |
---|---|
abstract Set<Link> |
Response.getLinks()
Get the links attached to the message as headers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Link.Builder |
Link.Builder.link(Link link)
Initialize builder using another link.
|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.links(Link... links)
Add one or more link headers.
|
Link.JaxbLink |
Link.JaxbAdapter.marshal(Link v)
Convert a
Link into a Link.JaxbLink . |
Modifier and Type | Method and Description |
---|---|
Link |
BaseClientResponse.getLink(String relation) |
Modifier and Type | Method and Description |
---|---|
Set<Link> |
BaseClientResponse.getLinks() |
Modifier and Type | Method and Description |
---|---|
Invocation.Builder |
ResteasyClient.invocation(Link link) |
ResteasyWebTarget |
ResteasyClient.target(Link link) |
Modifier and Type | Method and Description |
---|---|
Link |
ClientResponseContextImpl.getLink(String relation) |
Modifier and Type | Method and Description |
---|---|
Set<Link> |
ClientResponseContextImpl.getLinks() |
Modifier and Type | Method and Description |
---|---|
Link |
ContainerResponseContextImpl.getLink(String relation) |
Modifier and Type | Method and Description |
---|---|
Set<Link> |
ContainerResponseContextImpl.getLinks() |
Modifier and Type | Method and Description |
---|---|
Link |
LinkDelegate.fromString(String value) |
Modifier and Type | Method and Description |
---|---|
String |
LinkDelegate.toString(Link value) |
Modifier and Type | Class and Description |
---|---|
class |
LinkImpl |
Modifier and Type | Field and Description |
---|---|
protected static RuntimeDelegate.HeaderDelegate<Link> |
LinkImpl.delegate |
Modifier and Type | Method and Description |
---|---|
Link |
LinkBuilderImpl.build(Object... values) |
Link |
LinkBuilderImpl.buildRelativized(URI uri,
Object... values) |
Link |
BuiltResponse.getLink(String relation) |
static Link |
LinkImpl.valueOf(String value) |
Modifier and Type | Method and Description |
---|---|
Set<Link> |
BuiltResponse.getLinks() |
Modifier and Type | Method and Description |
---|---|
Link.Builder |
LinkBuilderImpl.link(Link link) |
Response.ResponseBuilder |
ResponseBuilderImpl.links(Link... links) |
Modifier and Type | Method and Description |
---|---|
Link |
LinkHeaders.getLinkByRelationship(String rel) |
Link |
LinkHeaders.getLinkByTitle(String title) |
Link |
Link.toJaxrsLink()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
LinkHeaders |
LinkHeaders.addLink(Link link) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.