| Package | Description |
|---|---|
| org.spincast.core.exchange | |
| org.spincast.core.routing | |
| org.spincast.plugins.httpcaching | |
| org.spincast.plugins.request | |
| org.spincast.plugins.routing |
| Modifier and Type | Method and Description |
|---|---|
List<ETag> |
RequestRequestContextAddon.getEtagsFromIfMatchHeader()
Returns the
ETags from
the If-Match header, if any. |
List<ETag> |
RequestRequestContextAddon.getEtagsFromIfNoneMatchHeader()
Returns the
ETags from
the If-None-Match header, if any. |
| Modifier and Type | Method and Description |
|---|---|
ETag |
ETagFactory.create(String tag)
Creates a strong ETag, using a specific tag.
|
ETag |
ETagFactory.create(String tag,
boolean isWeak)
Creates a strong or weak ETag, using a specific tag.
|
ETag |
ETagFactory.create(String tag,
boolean isWeak,
boolean isWildcard)
Creates a strong or weak ETag, using a specific tag.
|
ETag |
ETagFactory.deserializeHeaderValue(String etagHeader)
Creates an ETag object from an already formatted ETag header.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ETag.matches(ETag other)
Does the ETag strongly matches the other specified
ETag?
|
boolean |
ETag.matches(ETag other,
boolean weakComparison)
Does the ETag strongly or weakly matches the other specified
ETag?
|
| Modifier and Type | Method and Description |
|---|---|
protected ETag |
SpincastCacheHeadersRequestContextAddon.getETag() |
| Modifier and Type | Method and Description |
|---|---|
List<ETag> |
SpincastCacheHeadersRequestContextAddon.getEtagsFromIfMatchHeader() |
List<ETag> |
SpincastCacheHeadersRequestContextAddon.getEtagsFromIfNoneMatchHeader() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SpincastCacheHeadersRequestContextAddon.isEtagMatches(ETag requestETag,
boolean weakComparison) |
protected void |
SpincastCacheHeadersRequestContextAddon.setETag(ETag eTag) |
| Modifier and Type | Method and Description |
|---|---|
List<ETag> |
SpincastRequestRequestContextAddon.getEtagsFromIfMatchHeader() |
List<ETag> |
SpincastRequestRequestContextAddon.getEtagsFromIfNoneMatchHeader() |
protected List<ETag> |
SpincastRequestRequestContextAddon.parseETagHeader(String headerName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ETagDefault
ETag default implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ETag |
ETagFactoryDefault.create(String tag) |
ETag |
ETagFactoryDefault.create(String tag,
boolean isWeak) |
ETag |
ETagFactoryDefault.create(String tag,
boolean isWeak,
boolean isWildcard) |
ETag |
ETagFactoryDefault.deserializeHeaderValue(String etagHeaderValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ETagDefault.matches(ETag other) |
boolean |
ETagDefault.matches(ETag other,
boolean weakComparison) |
Copyright © 2016. All rights reserved.