Searched defs:ClientThread (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/GenSSLConfigs/
H A DClientThread.java27 class ClientThread extends Handler class in inherits:Handler,HandshakeCompletedListener
39 ClientThread (int port, SSLContext ctx) method in class:ClientThread
56 ClientThread (InetAddress server, int port, SSLContext ctx) method in class:ClientThread
/openjdk7/jdk/test/java/net/DatagramSocket/
H A DSendSize.java47 new ClientThread(serverSocket.getLocalPort()).start();
85 static class ClientThread extends Thread { class in class:SendSize
91 ClientThread(int serverPort)throws IOException { method in class:SendSize.ClientThread
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest9.java109 static ClientThread test (boolean fixedLen, String protocol, String root, int port, String f, int size) throws Exception {
110 ClientThread t = new ClientThread (fixedLen, protocol, root, port, f, size);
117 static class ClientThread extends Thread { class in class:Test9
126 ClientThread (boolean fixedLen, String protocol, String root, int port, String f, int size) { method in class:Test9.ClientThread
H A DTest9a.java102 static ClientThread test (boolean fixedLen, String protocol, String root, int port, String f, int size) throws Exception {
103 ClientThread t = new ClientThread (fixedLen, protocol, root, port, f, size);
110 static class ClientThread extends Thread { class in class:Test9a
119 ClientThread (boolean fixedLen, String protocol, String root, int port, String f, int size) { method in class:Test9a.ClientThread
/openjdk7/jdk/test/java/net/Socket/
H A DDeadlockTest.java45 ClientThread ct = new ClientThread(clientSocket, ss.getLocalPort());
140 class ClientThread implements Runnable { class in inherits:Runnable
147 public ClientThread(Socket sock, int serverPort) throws Exception { method in class:ClientThread
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DLotsOfCancels.java102 ClientThread client = new ClientThread(address);
200 static class ClientThread extends Thread { class in class:LotsOfCancels
206 ClientThread(SocketAddress address) throws Exception { method in class:LotsOfCancels.ClientThread

Completed in 60 milliseconds