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

/openjdk9/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.java122 public static DatagramChannel launchWithDatagramChannel(String className, String options[], String args[]) method in class:Launcher
143 public static DatagramChannel launchWithDatagramChannel(String className, String args[]) throws IOException { method in class:Launcher
144 return launchWithDatagramChannel(className, null, args);
147 public static DatagramChannel launchWithDatagramChannel(String className) throws IOException { method in class:Launcher
148 return launchWithDatagramChannel(className, null);
H A DEchoTest.java134 DatagramChannel dc = Launcher.launchWithDatagramChannel(ECHO_SERVICE, null);
H A DStateTest.java177 DatagramChannel dc = Launcher.launchWithDatagramChannel(TEST_SERVICE, options, arg);

Completed in 42 milliseconds