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

12345

/openjdk10/jdk/test/java/net/SocketInputStream/
H A DSocketClosedException.java63 startServer();
79 static void startServer() { method in class:SocketClosedException
/openjdk10/jdk/test/java/net/CookieHandler/
H A DEmptyCookieHeader.java48 startServer(s);
58 static void startServer(HttpServer server) throws IOException { method in class:EmptyCookieHeader
/openjdk10/jdk/test/sun/net/www/http/HttpClient/
H A DB7025238.java46 s.startServer();
64 public void startServer() { method in class:B7025238.Server
/openjdk10/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
/openjdk10/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
/openjdk10/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
H A DRejectClientRenego.java246 startServer(true);
250 startServer(false);
279 void startServer(boolean newThread) throws Exception { method in class:RejectClientRenego
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DDebugServer.java106 agent.startServer(pid, serverID);
110 agent.startServer(javaExecutableName, coreFileName, serverID);
/openjdk10/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);
/openjdk10/jdk/test/sun/net/www/http/HttpURLConnection/
H A DPostOnDelete.java51 s.startServer();
72 public void startServer() { method in class:PostOnDelete.Server
/openjdk10/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
H A DCloseKeepAliveCached.java241 startServer(true);
245 startServer(false);
270 void startServer(boolean newThread) throws Exception { method in class:CloseKeepAliveCached
/openjdk10/jdk/test/com/sun/jndi/ldap/
H A DBalancedParentheses.java172 void startServer(boolean newThread) throws Exception { method in class:BalancedParentheses
221 startServer(true);
225 startServer(false);
H A DInvalidLdapFilters.java242 void startServer(boolean newThread) throws Exception { method in class:InvalidLdapFilters
291 startServer(true);
295 startServer(false);
/openjdk10/jdk/test/javax/net/ssl/SSLSession/
H A DSSLCtxAccessToSessCtx.java212 startServer(serverPorts[i], true);
218 startServer(serverPorts[i], false);
245 void startServer(final int port, method in class:SSLCtxAccessToSessCtx
H A DJSSERenegotiate.java225 startServer(true);
229 startServer(false);
282 void startServer(boolean newThread) throws Exception { method in class:JSSERenegotiate
/openjdk10/jdk/test/javax/net/ssl/ServerName/
H A DBestEffortOnLazyConnected.java224 startServer(true);
228 startServer(false);
281 private void startServer(boolean newThread) throws Exception { method in class:BestEffortOnLazyConnected

Completed in 205 milliseconds

12345