Package de.xima.fc.common.etag
-
Interface Summary Interface Description ETagResource.Matcher<T,R> Matcher for the different states of anETagResource
. -
Class Summary Class Description ETag POJO models for an ETag that can be exchanged via HTTP requests for cache control etc.ETagRequest Represents a request for a tagged resource.ETagResource<T> Represents a resource cached via the ETag mechanism.ETagResource.Modified<T> AnETagResource
that represents a resource that was modified.ETagResource.NotFound<T> AnETagResource
that represents a resource that was not found.ETagResource.NotModified<T> AnETagResource
that represents a resource that was not modified.