Searched refs:getDoInput (Results 1 – 3 of 3) sorted by relevance
251 http.setDoInput(getDoInput()); in connect()272 http.setDoInput(getDoInput()); in connect()
519 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());
880 public boolean getDoInput() { in getDoInput() method in URLConnection