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

/libcore/luni/src/main/java/java/net/
H A DURLConnection.java118 protected boolean doOutput; field in class:URLConnection
380 * Returns the value of the option {@code doOutput} which specifies whether
385 * @see #doOutput
388 return doOutput;
875 * @see #doOutput
879 this.doOutput = newValue;

Completed in 73 milliseconds