| Package | Description |
|---|---|
| org.apache.olingo.server.api.etag |
Olingo Server API - ETag
|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.etag |
| Modifier and Type | Method and Description |
|---|---|
void |
ETagHelper.checkChangePreconditions(String eTag,
Collection<String> ifMatchHeaders,
Collection<String> ifNoneMatchHeaders)
Checks the preconditions of a change request (with HTTP methods PUT, PATCH, or DELETE)
with a given ETag value against the If-Match and If-None-Match HTTP headers.
|
boolean |
ETagHelper.checkReadPreconditions(String eTag,
Collection<String> ifMatchHeaders,
Collection<String> ifNoneMatchHeaders)
Checks the preconditions of a read request with a given ETag value
against the If-Match and If-None-Match HTTP headers.
|
| Modifier and Type | Method and Description |
|---|---|
static ODataServerError |
ODataExceptionHelper.createServerErrorObject(PreconditionException e,
Locale requestedLocale) |
| Modifier and Type | Method and Description |
|---|---|
void |
ETagHelperImpl.checkChangePreconditions(String eTag,
Collection<String> ifMatchHeaders,
Collection<String> ifNoneMatchHeaders) |
boolean |
ETagHelperImpl.checkReadPreconditions(String eTag,
Collection<String> ifMatchHeaders,
Collection<String> ifNoneMatchHeaders) |
| Constructor and Description |
|---|
PreconditionsValidator(UriInfo uriInfo) |
Copyright © 2023. All rights reserved.