Searched defs:doInput (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java191 * <code>doInput</code> flag to <code>true</code> indicates that
199 protected boolean doInput = true; field in class:URLConnection
361 * (e.g., doInput and UseCaches). After connecting, it is an
865 * Sets the value of the <code>doInput</code> field for this
874 * @see java.net.URLConnection#doInput
880 doInput = doinput;
885 * <code>doInput</code> flag.
888 * <code>doInput</code> flag.
892 return doInput;

Completed in 34 milliseconds