Searched defs:httpHandler (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DRetryPost.java36 MyHandler httpHandler; field in class:RetryPost
69 if (shouldRetry && httpHandler.getCallCount() != 2)
71 "It was called "+ httpHandler.getCallCount() + " times");
72 else if (!shouldRetry && httpHandler.getCallCount() != 1)
74 "It was called "+ httpHandler.getCallCount() + " times");
88 httpHandler = new MyHandler(shouldRetry);
90 HttpContext ctx = httpServer.createContext("/test/", httpHandler);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DAsyncDisconnect.java41 MyHandler httpHandler; field in class:AsyncDisconnect
96 httpHandler = new MyHandler();
98 HttpContext ctx = httpServer.createContext("/test/", httpHandler);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java74 MyHandler httpHandler; field in class:HttpsCreateSockTest
H A DHttpsSocketFacTest.java74 MyHandler httpHandler; field in class:HttpsSocketFacTest

Completed in 53 milliseconds