de.nava.informa.utils
Class ConditionalGetValues

java.lang.Object
  extended by 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

Field Summary
(package private)  String ETag
           
(package private)  long ifModifiedSince
           
 
Constructor Summary
ConditionalGetValues()
           
 
Method Summary
 String getETag()
           
 long getIfModifiedSince()
           
 void setETag(String tag)
           
 void setIfModifiedSince(long ifModifiedSince)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ETag

String ETag

ifModifiedSince

long ifModifiedSince
Constructor Detail

ConditionalGetValues

public ConditionalGetValues()
Method Detail

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.