| Package | Description |
|---|---|
| javax.ws.rs.client | |
| javax.ws.rs.container | |
| javax.ws.rs.core |
| Modifier and Type | Method and Description |
|---|---|
Link |
ClientResponseContext.getLink(String relation) |
| Modifier and Type | Method and Description |
|---|---|
Set<Link> |
ClientResponseContext.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
Invocation.Builder |
Client.invocation(Link link) |
WebTarget |
Client.target(Link link) |
| Modifier and Type | Method and Description |
|---|---|
Link |
ContainerResponseContext.getLink(String relation) |
| Modifier and Type | Method and Description |
|---|---|
Set<Link> |
ContainerResponseContext.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
Link |
Link.Builder.build(Object... values) |
Link |
Link.Builder.buildRelativized(URI uri,
Object... values) |
abstract Link |
Response.getLink(String relation) |
Link |
Link.JaxbAdapter.unmarshal(Link.JaxbLink v) |
static Link |
Link.valueOf(String value) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<Link> |
Response.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
static UriBuilder |
UriBuilder.fromLink(Link link) |
static Link.Builder |
Link.fromLink(Link link) |
Link.Builder |
Link.Builder.link(Link link) |
abstract Response.ResponseBuilder |
Response.ResponseBuilder.links(Link... links) |
Link.JaxbLink |
Link.JaxbAdapter.marshal(Link v) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.