public abstract class AbstractIfMatch extends SimpleHeader
| Constructor and Description |
|---|
AbstractIfMatch(String value) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
matchAgainst(String matchValue)
Makes a check against the matchValue and throws an exception (with the proper HTTP status code) if the value
means no content should be returned.
|
getHeaderValueconvertResponseHeader, getHeaderName, getResponseHeadersStartingWith, headerNotEmpty, setHeaderpublic AbstractIfMatch(String value)
public abstract void matchAgainst(String matchValue)
matchValue - the value to match againstCopyright © 2012-2016 42 BV. All Rights Reserved.