Home
last modified time | relevance | path

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

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