| Package | Description |
|---|---|
| org.spincast.core.exchange | |
| org.spincast.core.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?
|
Copyright © 2017. All rights reserved.