public class ETagProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IF_MATCH |
static String |
IF_NONE_MATCH |
| Constructor and Description |
|---|
ETagProcessor(org.apache.olingo.odata2.api.processor.ODataContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateETag(String propValue) |
String |
fetchETagValueFromHeader(String headerValue) |
List<String> |
getIfMatchHeaderValue() |
List<String> |
getIfNoneMatchHeaderValue() |
boolean |
ifAsteriskPresentInIfMatch() |
boolean |
ifAsteriskPresentInIfNoneMatch() |
boolean |
ifETagHeaderPresent() |
public static final String IF_MATCH
public static final String IF_NONE_MATCH
public ETagProcessor(org.apache.olingo.odata2.api.processor.ODataContext context)
public boolean ifETagHeaderPresent()
public boolean ifAsteriskPresentInIfMatch()
public boolean ifAsteriskPresentInIfNoneMatch()
public boolean evaluateETag(String propValue)
Copyright © 2020 SAP. All Rights Reserved.