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

/openjdk7/jdk/test/java/net/Authenticator/
H A DB4933582.java128 CacheImpl cache;
132 cache = new CacheImpl (server.getLocalPort());
134 cache = new CacheImpl ();
180 static class CacheImpl extends AuthCacheImpl { class in class:B4933582
184 CacheImpl () throws IOException { method in class:B4933582.CacheImpl
188 CacheImpl (int port) throws IOException { method in class:B4933582.CacheImpl

Completed in 288 milliseconds