Searched refs:TCPSocketCache (Results 1 – 1 of 1) sorted by relevance
49 private static final Hashtable TCPSocketCache = new Hashtable(); field in Transact582 TCPSocketCache.remove(addr); in uncacheSocket()595 s = (Socket)TCPSocketCache.get(addr); in getTCPSocket()609 TCPSocketCache.put(addr, s); in getTCPSocket()