Package | Description |
---|---|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
org.jboss.resteasy.plugins.delegates | |
org.jboss.resteasy.specimpl |
Modifier and Type | Method and Description |
---|---|
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 an entity tag on the ResponseBuilder.
|
Modifier and Type | Method and Description |
---|---|
EntityTag |
EntityTagDelegate.fromString(String value) |
Modifier and Type | Method and Description |
---|---|
String |
EntityTagDelegate.toString(EntityTag value) |
Modifier and Type | Method and Description |
---|---|
List<EntityTag> |
RequestImpl.convertEtag(List<String> tags) |
Modifier and Type | Method and Description |
---|---|
Response.ResponseBuilder |
RequestImpl.evaluatePreconditions(Date lastModified,
EntityTag eTag) |
Response.ResponseBuilder |
RequestImpl.evaluatePreconditions(EntityTag eTag) |
Response.ResponseBuilder |
RequestImpl.ifMatch(List<EntityTag> ifMatch,
EntityTag eTag) |
Response.ResponseBuilder |
RequestImpl.ifNoneMatch(List<EntityTag> ifMatch,
EntityTag eTag) |
Response.ResponseBuilder |
ResponseBuilderImpl.tag(EntityTag tag) |
Modifier and Type | Method and Description |
---|---|
Response.ResponseBuilder |
RequestImpl.ifMatch(List<EntityTag> ifMatch,
EntityTag eTag) |
Response.ResponseBuilder |
RequestImpl.ifNoneMatch(List<EntityTag> ifMatch,
EntityTag eTag) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.