Searched refs:MyResponse (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/net/ResponseCache/
H A DgetResponseCode.java71 return new MyResponse(FNPrefix+"file1.cache");
78 static class MyResponse extends CacheResponse { class in class:getResponseCode
81 public MyResponse(String filename) { method in class:getResponseCode.MyResponse
H A Dfile2.1133 return new MyResponse("file1.cache");
138 return new MyResponse("file2.cache");
165 static class MyResponse extends Response {
168 public MyResponse(String filename) {

Completed in 130 milliseconds