Home
last modified time | relevance | path

Searched refs:getDoInput (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java251 http.setDoInput(getDoInput()); in connect()
272 http.setDoInput(getDoInput()); in connect()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java519 assertTrue("Should be set to true by default", uc.getDoInput());
522 assertTrue("Should have been set to true", fileURLCon.getDoInput());
525 assertFalse("Should have been set to false", uc2.getDoInput());
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java880 public boolean getDoInput() { in getDoInput() method in URLConnection