| Package | Description |
|---|---|
| javax.ws.rs.client | |
| javax.ws.rs.container | |
| javax.ws.rs.core |
| Modifier and Type | Method and Description |
|---|---|
EntityTag |
ClientResponseContext.getEntityTag() |
| Modifier and Type | Method and Description |
|---|---|
EntityTag |
ContainerResponseContext.getEntityTag() |
| Modifier and Type | Method and Description |
|---|---|
abstract EntityTag |
Response.getEntityTag() |
static EntityTag |
EntityTag.valueOf(String value) |
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
Request.evaluatePreconditions(Date lastModified,
EntityTag eTag) |
Response.ResponseBuilder |
Request.evaluatePreconditions(EntityTag eTag) |
static Response.ResponseBuilder |
Response.notModified(EntityTag tag) |
abstract Response.ResponseBuilder |
Response.ResponseBuilder.tag(EntityTag tag) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.