de.nava.informa.utils
Class ConditionalGetValues
java.lang.Object
de.nava.informa.utils.ConditionalGetValues
public class ConditionalGetValues
- extends Object
contain the values of HTTP headers. These values are necessary
to implement "conditionnal get" for the feed.
- Author:
- Jean-Guy Avelin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ETag
String ETag
ifModifiedSince
long ifModifiedSince
ConditionalGetValues
public ConditionalGetValues()
getETag
public String getETag()
- Returns:
- Returns the eTag.
setETag
public void setETag(String tag)
- Parameters:
tag
- The eTag to set.
getIfModifiedSince
public long getIfModifiedSince()
- Returns:
- Returns the ifModifiedSince.
setIfModifiedSince
public void setIfModifiedSince(long ifModifiedSince)
- Parameters:
ifModifiedSince
- The ifModifiedSince to set.
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.