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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java303 public void testServerClosesSocket() throws Exception { method in class:URLConnectionTest
304 testServerClosesSocket(DISCONNECT_AT_END);
308 testServerClosesSocket(SHUTDOWN_INPUT_AT_END);
311 private void testServerClosesSocket(SocketPolicy socketPolicy) throws Exception { method in class:URLConnectionTest

Completed in 52 milliseconds