| Package | Description |
|---|---|
| com.sun.jersey.core.header |
Provides support for HTTP headers.
|
| com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MatchingEntityTag
A matching entity tag.
|
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
ResponseBuilderImpl.tag(EntityTag tag) |
| Modifier and Type | Method and Description |
|---|---|
static EntityTag |
EntityTag.valueOf(java.lang.String value)
Creates a new instance of EntityTag by parsing the supplied string.
|
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
Request.evaluatePreconditions(java.util.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 an entity tag on the ResponseBuilder.
|
Copyright © 2014 Oracle Corporation. All Rights Reserved.