Searched refs:startServer (Results 1 - 25 of 125) sorted by relevance

12345

/openjdk9/jdk/test/java/net/SocketInputStream/
H A DSocketClosedException.java63 startServer();
79 static void startServer() { method in class:SocketClosedException
/openjdk9/jdk/test/java/net/CookieHandler/
H A DEmptyCookieHeader.java48 startServer(s);
58 static void startServer(HttpServer server) throws IOException { method in class:EmptyCookieHeader
/openjdk9/jdk/test/sun/net/www/http/HttpClient/
H A DB7025238.java46 s.startServer();
64 public void startServer() { method in class:B7025238.Server
/openjdk9/jdk/test/sun/net/www/protocol/http/
H A DNTLMTest.java44 startServer(serverSS, false);
49 startServer(serverSS, true /*proxy*/);
96 static void startServer(ServerSocket serverSS, boolean proxy) { method in class:NTLMTest
/openjdk9/jdk/test/sun/security/ssl/AppOutputStream/
H A DNoExceptionOnClose.java209 startServer(true);
213 startServer(false);
238 void startServer(boolean newThread) throws Exception { method in class:NoExceptionOnClose
/openjdk9/jdk/test/sun/security/ssl/AppInputStream/
H A DReadZeroBytes.java184 startServer(true);
188 startServer(false);
213 void startServer(boolean newThread) throws Exception { method in class:ReadZeroBytes
H A DRemoveMarkReset.java186 startServer(true);
190 startServer(false);
215 void startServer(boolean newThread) throws Exception { method in class:RemoveMarkReset
/openjdk9/jdk/test/sun/security/ssl/SSLSocketImpl/
H A DReverseNameLookup.java186 startServer(true);
190 startServer(false);
215 void startServer(boolean newThread) throws Exception { method in class:ReverseNameLookup
H A DReuseAddr.java191 startServer(true);
195 startServer(false);
220 void startServer(boolean newThread) throws Exception { method in class:ReuseAddr
/openjdk9/jdk/test/sun/security/ssl/InputRecord/
H A DSSLSocketTimeoutNulls.java213 startServer(true);
217 startServer(false);
246 void startServer(boolean newThread) throws Exception { method in class:SSLSocketTimeoutNulls
/openjdk9/jdk/test/javax/net/ssl/HttpsURLConnection/
H A DCriticalSubjectAltName.java198 startServer(true);
202 startServer(false);
227 void startServer(boolean newThread) throws Exception { method in class:CriticalSubjectAltName
H A DGetResponseCode.java176 startServer(true);
180 startServer(false);
205 void startServer(boolean newThread) throws Exception { method in class:GetResponseCode
/openjdk9/jdk/test/javax/net/ssl/FixingJavadocs/
H A DImplicitHandshake.java218 startServer(true);
222 startServer(false);
251 void startServer(boolean newThread) throws Exception { method in class:ImplicitHandshake
/openjdk9/jdk/test/javax/net/ssl/SSLEngine/
H A DLargePacket.java180 startServer(true);
184 startServer(false);
213 void startServer(boolean newThread) throws Exception { method in class:LargePacket
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DDebugServer.java106 agent.startServer(pid, serverID);
110 agent.startServer(javaExecutableName, coreFileName, serverID);
/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DNetworkServer.java36 * new MyServerClass().startServer(port);
108 public final void startServer(int port) throws IOException { method in class:NetworkServer
131 new NetworkServer ().startServer(8888);
/openjdk9/jdk/test/sun/net/www/http/HttpURLConnection/
H A DPostOnDelete.java51 s.startServer();
72 public void startServer() { method in class:PostOnDelete.Server
/openjdk9/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsProxyStackOverflow.java47 BadAuthProxyServer server = startServer();
66 static BadAuthProxyServer startServer() throws IOException { method in class:HttpsProxyStackOverflow
/openjdk9/jdk/test/com/sun/jndi/ldap/
H A DInvalidLdapFilters.java242 void startServer(boolean newThread) throws Exception { method in class:InvalidLdapFilters
291 startServer(true);
295 startServer(false);
H A DBalancedParentheses.java172 void startServer(boolean newThread) throws Exception { method in class:BalancedParentheses
221 startServer(true);
225 startServer(false);
/openjdk9/jdk/test/javax/net/ssl/TLSv11/
H A DExportableBlockCipher.java233 startServer(true);
237 startServer(false);
290 void startServer(boolean newThread) throws Exception { method in class:ExportableBlockCipher
H A DExportableStreamCipher.java233 startServer(true);
237 startServer(false);
290 void startServer(boolean newThread) throws Exception { method in class:ExportableStreamCipher
H A DGenericStreamCipher.java214 startServer(true);
218 startServer(false);
271 void startServer(boolean newThread) throws Exception { method in class:GenericStreamCipher
H A DGenericBlockCipher.java205 startServer(true);
209 startServer(false);
262 void startServer(boolean newThread) throws Exception { method in class:GenericBlockCipher
/openjdk9/jdk/test/javax/net/ssl/SSLParameters/
H A DUseCipherSuitesOrder.java238 startServer(true);
242 startServer(false);
307 void startServer(boolean newThread) throws Exception { method in class:UseCipherSuitesOrder

Completed in 96 milliseconds

12345