URLConnection.ifModifiedSince

URLConnection.ifModifiedSince

Class Overview | Class Members | This Package | All Packages

Syntax
protected long ifModifiedSince
Description
Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time.

A nonzero value gives a time as the number of seconds since January 1, 1970, GMT. The object is fetched only if it has been modified more recently than that time.

This variable is set by the setIfModifiedSince method. Its value is returned by the getIfModifiedSince method.

The default value of this field is 0, indicating that the fetching must always occur.

See Also
getIfModifiedSince, setIfModifiedSince