Package | Description |
---|---|
com.sun.jersey.core.header |
Provides support for HTTP headers.
|
com.sun.jersey.core.header.reader |
Provides support for reading HTTP headers.
|
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: * . |
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 |
---|---|
static java.util.Set<MatchingEntityTag> |
HttpHeaderReader.readMatchingEntityTag(java.lang.String header) |
Copyright © 2016 Oracle Corporation. All Rights Reserved.