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

/libcore/ojluni/src/main/java/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java457 public boolean getDoOutput() { method in class:HttpsURLConnectionImpl
458 return delegate.getDoOutput();
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java252 http.setDoOutput(getDoOutput());
273 http.setDoOutput(getDoOutput());
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java539 * {@link java.net.URLConnection#getDoOutput()}
542 assertFalse("Should be set to false by default", uc.getDoOutput());
545 assertTrue("Should have been set to true", uc.getDoOutput());
551 assertFalse("Should have been set to false", uc2.getDoOutput());
/libcore/ojluni/src/main/java/java/net/
H A DURLConnection.java204 * value is returned by the <code>getDoOutput</code> method.
212 * @see java.net.URLConnection#getDoOutput()
894 * @see #getDoOutput()
910 public boolean getDoOutput() { method in class:URLConnection
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1913 assertTrue(connection.getDoOutput());

Completed in 148 milliseconds