Class ETagRequest
java.lang.Object
de.xima.fc.common.etag.ETagRequest
- All Implemented Interfaces:
Serializable
Represents a request for a tagged resource. Contains all data needed to check whether the resource is still
up-to-date.
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()ifMatch()Gets the set of ETags corresponding to theIf-Matchheader.Gets the set of ETags corresponding to theIf-None-Matchheader.static ETagRequestCreates a new ETag request from the given if and if-none tags.
-
Method Details
-
equals
-
hashCode
-
ifMatch
-
ifNoneMatch
-
of
Creates a new ETag request from the given if and if-none tags.- Parameters:
ifMatch- If-match tags.ifNoneMatch- If-none-match tags.- Returns:
- A new ETag request.
-