Package | Description |
---|---|
com.sun.jersey.core.header |
Provides support for HTTP headers.
|
com.sun.jersey.core.header.reader |
Provides support for reading HTTP headers.
|
com.sun.jersey.server.impl.model |
Modifier and Type | Field and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
static Set<MatchingEntityTag> |
HttpHeaderReader.readMatchingEntityTag(String header) |
Modifier and Type | Method and Description |
---|---|
static Set<MatchingEntityTag> |
HttpHelper.getIfMatch(HttpRequestContext request) |
static Set<MatchingEntityTag> |
HttpHelper.getIfNoneMatch(HttpRequestContext request) |
Copyright © 2013 Oracle Corporation. All rights reserved.