public interface ETag
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getETag(HttpRequest request)
Get the
ETag requesting the specified resource. |
java.lang.String getETag(HttpRequest request) throws java.lang.Throwable
ETag requesting the specified resource.
Can simply return null if there's no support.
java.lang.Throwable