/openjdk7/jdk/test/java/rmi/registry/readTest/testPkg/ |
H A D | Client.java | 29 public class Client { class 32 public Client(int p) { method in class:Client 43 System.err.println("Client exception: " + e.toString());
|
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/ |
H A D | Client.java | 45 public class Client implements Runnable, GroupCallback { class in inherits:Runnable,GroupCallback 51 public Client(Socket socket, JTextField networkTextField, GroupCallback callback) { method in class:Client
|
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/ |
H A D | Sender.java | 46 Client client = new Client(server.port()); 61 public static class Client implements Runnable { class in class:Sender 65 Client(int port) { method in class:Sender.Client
|
/openjdk7/jdk/test/java/nio/channels/ServerSocketChannel/ |
H A D | Basic.java | 86 static class Client class in class:Basic 92 Client(int port, boolean block) { method in class:Basic.Client 93 super("Client", Basic.log); 103 log.println("Client: Connecting to " + isa); 106 log.println("Client: Connected"); 109 log.println("Client: Writing " + bb.get(0)); 118 log.println("Client: Read " + bb.get(0)); 120 log.println("Client: Finished"); 130 Client client = new Client(por [all...] |
/openjdk7/jdk/test/java/nio/charset/coders/ |
H A D | StreamTimeout.java | 51 private static class Client extends Thread { class in class:StreamTimeout 99 Thread cl = new Client();
|
/openjdk7/jdk/src/solaris/demo/jni/Poller/ |
H A D | Client.java | 45 public class Client class 62 System.out.println("Usage : java Client <num_connects>"); 63 System.out.println(" | java Client <num_connects> <server_name>"); 64 System.out.println(" | java Client <num_connects> <server_name>" +
|
/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/ |
H A D | Client.java | 37 * Client client = new Client(null, "host", "dummy", 45 public final class Client extends NTLM { class in inherits:NTLM 53 * Creates an NTLM Client instance. 59 * <li>NTLM2: NTLM v1 with Client Challenge 76 public Client(String version, String hostname, String username, method in class:Client 88 debug("NTLM Client: (h,u,t,version(v)) = (%s,%s,%s,%s(%s))\n", 111 debug("NTLM Client: Type 1 created\n"); 130 debug("NTLM Client: Type 2 received\n"); 192 debug("NTLM Client [all...] |
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/ |
H A D | B6373555.java | 63 pool.execute(new Client()); 88 public static class Client implements Runnable { class in class:B6373555
|
/openjdk7/jdk/src/share/sample/nio/chatserver/ |
H A D | Client.java | 50 * Client represents a remote connection to the chat server. 54 * messages are buffered in the {@code Client}. 59 class Client { class 68 public Client(AsynchronousSocketChannel channel, ClientReader reader) { method in class:Client 144 public void writeMessageFrom(Client client, String message) {
|
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ |
H A D | Arguments.java | 112 emit = ((emit == Server || emit == All) ? All : Client); 116 emit = ((emit == Client || emit == All) ? All : Server); 128 emit = ((emit == Client || emit == All) ? All : Server); 267 if (emit == None) emit = Client; 272 if (emit>Client) { 323 Client = 1, field in class:Arguments
|
/openjdk7/jdk/test/java/net/Authenticator/ |
H A D | B4769350.java | 52 static class Client extends Thread { class in class:B4769350 56 Client (String authority, String path, boolean allowerror) { method in class:B4769350.Client 268 static Client c1,c2,c3,c4,c5,c6,c7,c8,c9; 273 c1 = new Client (authority, "/test/realm1/t1a", false); 274 c2 = new Client (authority, "/test/realm2/t1b", false); 275 c3 = new Client (authority, "/test/realm1/t1c", false); 276 c4 = new Client (authority, "/test/realm2/t1d", false); 294 c5 = new Client (authority, "/test/realm3/t2a", true); 295 c6 = new Client (authority, "/test/realm3/t2b", false); 312 c7 = new Client (authorit [all...] |
/openjdk7/jdk/test/java/nio/channels/Selector/ |
H A D | SelectorTest.java | 67 Client client = new Client(isa); 94 Client client = new Client(isa); 109 static class Client extends TestThread { class in class:SelectorTest 111 Client(InetSocketAddress isa) { method in class:SelectorTest.Client 112 super("Client", SelectorTest.log);
|
/openjdk7/jdk/src/macosx/classes/com/apple/laf/ |
H A D | AquaMenuPainter.java | 79 interface Client { interface in class:AquaMenuPainter 156 protected void paintMenuItem(final Client client, final Graphics g, final JComponent c, final Icon checkIcon, final Icon arrowIcon, final Color background, final Color foreground, final Color disabledForeground, final Color selectionForeground, final int defaultTextIconGap, final Font acceleratorFont) {
|
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/ |
H A D | CipherTest.java | 287 "Client " + i); 325 static abstract class Client implements Runnable { class in class:CipherTest 329 Client(CipherTest cipherTest) throws Exception { method in class:CipherTest.Client 434 abstract Client newClient(CipherTest cipherTest) throws Exception;
|
/openjdk7/jdk/test/sun/security/pkcs11/fips/ |
H A D | CipherTest.java | 287 "Client " + i); 325 static abstract class Client implements Runnable { class in class:CipherTest 329 Client(CipherTest cipherTest) throws Exception { method in class:CipherTest.Client 449 abstract Client newClient(CipherTest cipherTest) throws Exception;
|
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/ |
H A D | CipherTest.java | 288 "Client " + i); 326 static abstract class Client implements Runnable { class in class:CipherTest 330 Client(CipherTest cipherTest) throws Exception { method in class:CipherTest.Client 435 abstract Client newClient(CipherTest cipherTest) throws Exception;
|