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.
|
Modifier and Type | Method and Description |
---|---|
EntityTag |
ClientResponseContext.getEntityTag()
Get the entity tag.
|
Modifier and Type | Method and Description |
---|---|
EntityTag |
ContainerResponseContext.getEntityTag()
Get the entity tag.
|
Modifier and Type | Method and Description |
---|---|
abstract EntityTag |
Response.getEntityTag()
Get the entity tag.
|
static EntityTag |
EntityTag.valueOf(String value)
Creates a new instance of
EntityTag by parsing the supplied string. |
Modifier and Type | Method and Description |
---|---|
Response.ResponseBuilder |
Request.evaluatePreconditions(Date lastModified,
EntityTag eTag)
Evaluate request preconditions based on the passed in value.
|
Response.ResponseBuilder |
Request.evaluatePreconditions(EntityTag eTag)
Evaluate request preconditions based on the passed in value.
|
static Response.ResponseBuilder |
Response.notModified(EntityTag tag)
Create a new ResponseBuilder with a not-modified status.
|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.tag(EntityTag tag)
Set a response entity tag.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.