Method Summary |
|
public static ConditionFactor | create(StreamTokenizer tokenizer) Create an EntityTag by parsing the given If header as defined by
section 3.11 of the HTTP/1.1 spec. |
public boolean | equals(Object etag) Compare with another EntityTag. |
public static EntityTag | generateEntityTag() Construct a unique EntityTag. |
public String | getETag() Get the ETag of this EntityTag. |
public boolean | isWeak() |
public void | setETag(String value) Set the ETag of this EntityTag. |
public void | setWeak(boolean value) Set the strength of this EntityTag. |
public String | toString() Return a String representation of this EntityTag as defined by the If
header in section 9.4 of the WebDAV spec. |