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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java420 public void testServerClosesSocket() throws Exception { method in class:URLConnectionTest
421 testServerClosesSocket(DISCONNECT_AT_END);
425 testServerClosesSocket(SHUTDOWN_INPUT_AT_END);
428 private void testServerClosesSocket(SocketPolicy socketPolicy) throws Exception { method in class:URLConnectionTest

Completed in 34 milliseconds