|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatchingEntityTag | |
---|---|
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 |
Uses of MatchingEntityTag in com.sun.jersey.core.header |
---|
Fields in com.sun.jersey.core.header with type parameters of type MatchingEntityTag | |
---|---|
static java.util.Set<MatchingEntityTag> |
MatchingEntityTag.ANY_MATCH
An empty set that corresponds to If-Match: * or
If-None-Match: * . |
Methods in com.sun.jersey.core.header that return MatchingEntityTag | |
---|---|
static MatchingEntityTag |
MatchingEntityTag.valueOf(HttpHeaderReader reader)
|
Uses of MatchingEntityTag in com.sun.jersey.core.header.reader |
---|
Methods in com.sun.jersey.core.header.reader that return types with arguments of type MatchingEntityTag | |
---|---|
static java.util.Set<MatchingEntityTag> |
HttpHeaderReader.readMatchingEntityTag(java.lang.String header)
|
Uses of MatchingEntityTag in com.sun.jersey.server.impl.model |
---|
Methods in com.sun.jersey.server.impl.model that return types with arguments of type MatchingEntityTag | |
---|---|
static java.util.Set<MatchingEntityTag> |
HttpHelper.getIfMatch(HttpRequestContext request)
|
static java.util.Set<MatchingEntityTag> |
HttpHelper.getIfNoneMatch(HttpRequestContext request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |