public interface ETagGenerator
Note that the Http11ResponseHandler interface extends this, since it response handlers logically must know how to generate etags (or that they shouldn't be generated) and it assists with wrapping to expose that functionality, without exposing the dependency directly.
HTTP/1.1 origin servers:
| Modifier and Type | Method and Description |
|---|---|
String |
generateEtag(Resource r)
ETag's serve to identify a particular version of a particular resource.
|
String generateEtag(Resource r)
r - - the resource to generate the ETag forCopyright © 2021 McEvoy Software Ltd. All rights reserved.