| Package | Description |
|---|---|
| org.codehaus.httpcache4j | |
| org.codehaus.httpcache4j.mutable |
| Modifier and Type | Field and Description |
|---|---|
static Tag |
Tag.ALL
Tag matching any other tag, used in call's condition data.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Tag> |
Headers.getETag() |
List<Tag> |
Conditionals.getMatch() |
List<Tag> |
Conditionals.getNoneMatch() |
static Optional<Tag> |
Tag.parse(String httpTag)
Parses a tag formatted as defined by the HTTP standard.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
HTTPRequest.addIfMatch(Tag tag) |
Conditionals |
Conditionals.addIfMatch(Tag tag)
Adds tags to the If-Match header.
|
HTTPRequest |
HTTPRequest.addIfNoneMatch(Tag tag) |
Conditionals |
Conditionals.addIfNoneMatch(Tag tag)
Adds tags to the If-None-Match header.
|
Headers |
Headers.withETag(Tag tag) |
| Constructor and Description |
|---|
Conditionals(List<Tag> match,
List<Tag> noneMatch,
Optional<LocalDateTime> modifiedSince,
Optional<LocalDateTime> unModifiedSince) |
Conditionals(List<Tag> match,
List<Tag> noneMatch,
Optional<LocalDateTime> modifiedSince,
Optional<LocalDateTime> unModifiedSince) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
MutableHeaders.getETag() |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
MutableConditionals.getMatch() |
List<Tag> |
MutableConditionals.getNoneMatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableConditionals.addIfMatch(Tag tag) |
void |
MutableConditionals.addIfNoneMatch(Tag tag) |
void |
MutableHeaders.setETag(Tag tag) |
Copyright © 2008–2017. All rights reserved.