| Package | Description |
|---|---|
| org.cruxframework.crux.core.server.rest.core | |
| org.cruxframework.crux.core.server.rest.core.dispatch | |
| org.cruxframework.crux.core.server.rest.util.header |
| 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 | Field and Description |
|---|---|
protected EntityTag |
ResourceMethod.MethodReturn.etag |
| Modifier and Type | Method and Description |
|---|---|
EntityTag |
ResourceMethod.MethodReturn.getEtag() |
EntityTag |
ConditionalResponse.getEtag() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceMethod.MethodReturn.setEtag(EntityTag etag) |
void |
ConditionalResponse.setEtag(EntityTag etag) |
| Constructor and Description |
|---|
ConditionalResponse(EntityTag etag,
long lastModified,
int status) |
| Modifier and Type | Method and Description |
|---|---|
static EntityTag |
EntityTagHeaderParser.fromString(String value) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EntityTagHeaderParser.toString(EntityTag value) |
Copyright © 2016. All rights reserved.