Uses of Class
org.codehaus.httpcache4j.Tag

Packages that use Tag
org.codehaus.httpcache4j   
 

Uses of Tag in org.codehaus.httpcache4j
 

Fields in org.codehaus.httpcache4j declared as Tag
static Tag Tag.ALL
          Tag matching any other tag, used in call's condition data.
 

Methods in org.codehaus.httpcache4j that return Tag
 Tag HTTPResponse.getETag()
           
static Tag Tag.parse(java.lang.String httpTag)
          Parses a tag formatted as defined by the HTTP standard.
 

Methods in org.codehaus.httpcache4j that return types with arguments of type Tag
 java.util.List<Tag> Conditionals.getMatch()
           
 java.util.List<Tag> Conditionals.getNonMatch()
           
 

Methods in org.codehaus.httpcache4j with parameters of type Tag
 void Conditionals.addIfMatch(Tag tag)
          Adds tags to the If-Match header.
 void Conditionals.addIfNoneMatch(Tag tag)
          Adds tags to the If-None-Match header.
 



Copyright © 2008. All Rights Reserved.