Package | Description |
---|---|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Set<MatchingEntityTag> |
MatchingEntityTag.ANY_MATCH
An empty set that corresponds to
If-Match: * or If-None-Match: * . |
private static HttpHeaderReader.ListElementCreator<MatchingEntityTag> |
HttpHeaderReader.MATCHING_ENTITY_TAG_CREATOR |
Modifier and Type | Method and Description |
---|---|
static MatchingEntityTag |
MatchingEntityTag.valueOf(HttpHeaderReader reader)
Create new matching entity tag out of provided header reader.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<MatchingEntityTag> |
InboundMessageContext.getIfMatch()
Get If-Match header.
|
java.util.Set<MatchingEntityTag> |
InboundMessageContext.getIfNoneMatch()
Get If-None-Match header.
|
static java.util.Set<MatchingEntityTag> |
HttpHeaderReader.readMatchingEntityTag(java.lang.String header)
TODO javadoc.
|