Searched refs:ifModifiedSince (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java274 protected long ifModifiedSince = 0; field in class:URLConnection
1015 * Sets the value of the <code>ifModifiedSince</code> field of
1025 ifModifiedSince = ifmodifiedsince;
1029 * Returns the value of this object's <code>ifModifiedSince</code> field.
1031 * @return the value of this object's <code>ifModifiedSince</code> field.
1035 return ifModifiedSince;

Completed in 25 milliseconds