| Package | Description | 
|---|---|
| org.apache.olingo.server.api.etag | Olingo Server API - ETag
 
 The etag package is used to condense all about the Olingo ETag handling. | 
| 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. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.