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

/openjdk7/jdk/test/java/net/PortUnreachableException/
H A DTest.java47 * sendOnly => send datagram to host and expect PUE on subsequent
49 * !sendOnly => send datagram to host and expect PUE on subsequent
52 void doTest(String remote_host, int port, boolean sendOnly) throws Exception { argument
58 if (!sendOnly) {
91 if (!sendOnly && !gotPUE) {

Completed in 2168 milliseconds