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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java49 private static final Hashtable TCPSocketCache = new Hashtable(); field in class:Transact
582 TCPSocketCache.remove(addr);
595 s = (Socket)TCPSocketCache.get(addr);
609 TCPSocketCache.put(addr, s);

Completed in 57 milliseconds