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

/openjdk7/jdk/test/java/net/ResponseCache/
H A DgetResponseCode.java56 ResponseCache.setDefault(new MyResponseCache());
67 static class MyResponseCache extends ResponseCache { class in class:getResponseCode
H A DResponseCacheTest.java165 ResponseCache.setDefault(new MyResponseCache());
180 static class MyResponseCache extends ResponseCache { class in class:ResponseCacheTest
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DResponseCacheStream.java75 static class MyResponseCache extends ResponseCache { class in class:ResponseCacheStream
78 public MyResponseCache() { method in class:ResponseCacheStream.MyResponseCache
97 MyResponseCache cache = new MyResponseCache();
H A DB6660405.java68 static class MyResponseCache extends ResponseCache { class in class:B6660405
70 public MyResponseCache() { method in class:B6660405.MyResponseCache
106 ResponseCache.setDefault(new MyResponseCache());

Completed in 59 milliseconds