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

/openjdk7/jdk/test/java/nio/channels/
H A DTestServers.java105 private List<TcpConnectionThread> connections = new ArrayList<>();
250 protected abstract class TcpConnectionThread extends Thread { class in class:TestServers.AbstractTcpServer
254 protected TcpConnectionThread(Socket socket) { method in class:TestServers.AbstractTcpServer.TcpConnectionThread
273 protected abstract TcpConnectionThread createConnection(Socket s);
276 * Creates and starts a new TcpConnectionThread to handle the accepted
282 TcpConnectionThread c = createConnection(s);
293 TcpConnectionThread connection) {
303 TcpConnectionThread connection) {
322 for (TcpConnectionThread c : connections) {
355 protected TcpConnectionThread createConnectio
[all...]

Completed in 29 milliseconds