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

/dalvik/libcore/luni/src/main/java/java/net/
H A DURLConnection.java93 protected boolean doOutput; field in class:URLConnection
399 * Gets the value of the option {@code doOutput} which specifies whether
404 * @see #doOutput
408 return doOutput;
880 * @see #doOutput
887 this.doOutput = newValue;

Completed in 19 milliseconds