Searched refs:httpHandler (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/sun/net/www/http/HttpClient/
H A DRetryPost.java51 MyHandler httpHandler; field in class:RetryPost
84 if (shouldRetry && httpHandler.getCallCount() != 2)
86 "It was called "+ httpHandler.getCallCount() + " times");
87 else if (!shouldRetry && httpHandler.getCallCount() != 1)
89 "It was called "+ httpHandler.getCallCount() + " times");
103 httpHandler = new MyHandler(shouldRetry);
105 HttpContext ctx = httpServer.createContext("/test/", httpHandler);
/openjdk9/jdk/test/sun/net/www/protocol/http/
H A DAsyncDisconnect.java42 MyHandler httpHandler; field in class:AsyncDisconnect
97 httpHandler = new MyHandler();
99 HttpContext ctx = httpServer.createContext("/test/", httpHandler);
/openjdk9/jdk/test/sun/net/www/http/ChunkedInputStream/
H A DChunkedEncodingTest.java87 HttpHandler httpHandler = new SimpleHandler();
88 httpServer.createContext("/chunked/", httpHandler);
/openjdk9/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java73 MyHandler httpHandler; field in class:HttpsCreateSockTest
H A DHttpsSocketFacTest.java73 MyHandler httpHandler; field in class:HttpsSocketFacTest

Completed in 158 milliseconds