| Package | Description |
|---|---|
| jakarta.ws.rs.client |
The JAX-RS client API
|
| jakarta.ws.rs.container |
Container-specific JAX-RS API.
|
| jakarta.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service resources.
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| 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)
Deprecated.
This method will be removed in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EntityTag |
ContainerResponse.getEntityTag() |
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
ContainerRequest.evaluatePreconditions(Date lastModified,
EntityTag eTag) |
Response.ResponseBuilder |
ContainerRequest.evaluatePreconditions(EntityTag eTag) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.