| Package | Description |
|---|---|
| org.spincast.core.exchange | |
| org.spincast.core.routing |
| Modifier and Type | Method and Description |
|---|---|
List<IETag> |
IRequestRequestContextAddon.getEtagsFromIfMatchHeader()
Returns the
ETags from
the If-Match header, if any. |
List<IETag> |
IRequestRequestContextAddon.getEtagsFromIfNoneMatchHeader()
Returns the
ETags from
the If-None-Match header, if any. |
| Modifier and Type | Method and Description |
|---|---|
IETag |
IETagFactory.create(String tag)
Creates a strong ETag, using a specific tag.
|
IETag |
IETagFactory.create(String tag,
boolean isWeak)
Creates a strong or weak ETag, using a specific tag.
|
IETag |
IETagFactory.create(String tag,
boolean isWeak,
boolean isWildcard)
Creates a strong or weak ETag, using a specific tag.
|
IETag |
IETagFactory.deserializeHeaderValue(String etagHeader)
Creates an ETag object from an already formatted ETag header.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IETag.matches(IETag other)
Does the ETag strongly matches the other specified
ETag?
|
boolean |
IETag.matches(IETag other,
boolean weakComparison)
Does the ETag strongly or weakly matches the other specified
ETag?
|
Copyright © 2016. All rights reserved.