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.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.rx |
Jersey Reactive Client API.
|
org.glassfish.jersey.linking | |
org.glassfish.jersey.server |
Jersey server-side classes.
|
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 Link.Builder |
Link.fromLink(Link link)
Create a new builder instance initialized from another link.
|
static UriBuilder |
UriBuilder.fromLink(Link link)
Create a new instance initialized from a 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 |
---|---|
Set<Link> |
ClientResponse.getLinks() |
Modifier and Type | Method and Description |
---|---|
JerseyInvocation.Builder |
JerseyClient.invocation(Link link) |
JerseyWebTarget |
JerseyClient.target(Link link) |
Modifier and Type | Method and Description |
---|---|
RxInvocationBuilder<RX> |
RxClient.invocation(Link link) |
RxWebTarget<RX> |
RxClient.target(Link link) |
Modifier and Type | Method and Description |
---|---|
static Link |
InjectLink.Util.buildLinkFromUri(URI uri,
InjectLink link) |
Modifier and Type | Method and Description |
---|---|
Link |
ContainerResponse.getLink(String relation) |
Modifier and Type | Method and Description |
---|---|
Set<Link> |
ContainerResponse.getLinks() |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.