Searched refs:Server (Results 76 - 91 of 91) sorted by relevance

1234

/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DJSSEServer.java35 class JSSEServer extends CipherTest.Server {
52 System.out.println("JSSE Server listening on port " + cipherTest.serverPort);
H A DCipherTest.java63 static abstract class Server implements Runnable { class in class:CipherTest
67 Server(CipherTest cipherTest) throws Exception { method in class:CipherTest.Server
422 "Server");
437 abstract Server newServer(CipherTest cipherTest) throws Exception;
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java40 Server[] servers;
94 servers = new Server [threads];
96 servers[i] = new Server (schan, cperthread);
121 static class Server extends Thread { class in class:TunnelProxy
135 Server (ServerSocketChannel schan, int maxconn) { method in class:TunnelProxy.Server
146 System.err.println ("Server could not start: " + e);
208 System.out.println ("Server exception: " + e);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DInterfaceGen.java169 if (emit != Arguments.Server /* && !i.isAbstract () */)
178 if (emit != Arguments.Server)
187 if (emit != Arguments.Server)
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DReceive.java62 Server server;
82 server = new Server();
85 debug("Server started and listening on " + address);
217 class Server implements Runnable class in class:Receive
222 public Server() throws IOException { method in class:Receive.Server
232 (new Thread(this, "Server-" + serverAddr.getPort())).start();
H A DSend.java61 Server server = null;
80 server = new Server();
83 debug("Server started and listening on " + address);
286 class Server implements Runnable class in class:Send
291 public Server() throws IOException { method in class:Send.Server
301 (new Thread(this, "Server-" + serverAddr.getPort())).start();
320 fail("Server: unexpected null from receive");
340 fail("Server: unexpected null from receive");
368 fail("Server: unexpected null from receive");
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSend.java53 Server server = null;
72 server = new Server();
75 debug("Server started and listening on " + address);
222 class Server implements Runnable class in class:Send
227 public Server() throws IOException { method in class:Send.Server
237 (new Thread(this, "Server-" + serverAddr.getPort())).start();
254 fail("Server: unexpected null from receive");
277 debug("Server: echoing first message");
280 debug("Server: sent " + bytes + "bytes");
287 fail("Server
[all...]
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpTransaction.java40 HttpServer.Server server;
49 HttpTransaction (HttpServer.Server server, String command,
H A DHttpServer.java57 Server[] servers;
112 servers = new Server [threads];
114 servers[i] = new Server (cb, schan, cperthread);
139 static class Server extends Thread { class in class:HttpServer
152 Server (HttpCallback cb, ServerSocketChannel schan, int maxconn) { method in class:HttpServer.Server
164 System.err.println ("Server could not start: " + e);
203 System.out.println("Server: comsume");
227 System.out.println ("Server exception: " + e);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java60 Server[] servers;
138 servers = new Server [threads];
140 servers[i] = new Server (cb, schan, cperthread);
168 static class Server extends Thread { class in class:HttpServer
181 Server (HttpCallback cb, ServerSocketChannel schan, int maxconn) { method in class:HttpServer.Server
193 System.err.println ("Server could not start: " + e);
257 System.out.println ("Server exception: " + e);
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java64 static abstract class Server implements Runnable { class in class:CipherTest
68 Server(CipherTest cipherTest) throws Exception { method in class:CipherTest.Server
421 "Server");
436 abstract Server newServer(CipherTest cipherTest) throws Exception;
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java63 static abstract class Server implements Runnable { class in class:CipherTest
67 Server(CipherTest cipherTest) throws Exception { method in class:CipherTest.Server
433 "Server");
451 abstract Server newServer(CipherTest cipherTest) throws Exception;
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java83 AuthCacheValue.Type.Server:
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerManagerImpl.java62 import com.sun.corba.se.spi.activation.Server;
123 // The ServerStartupDelay is the delay added after the Server registers
194 public void active(int serverId, Server server) throws ServerNotRegistered
613 // This delay is required in case of Server is activated or
614 // re-activated the first time. Server needs some time before
/openjdk7/jdk/make/docs/
H A DMakefile846 HTTPSERVER_DOCTITLE := Java$(TRADEMARK) HTTP Server
847 HTTPSERVER_WINDOWTITLE := Java HTTP Server
848 HTTPSERVER_HEADER := <strong>Java HTTP Server</strong>
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1806 "V8 Machine detected, Server requires V9\n");
2411 "Dumping a shared archive is not supported on the Server JVM.", NULL);

Completed in 68 milliseconds

1234