Searched refs:socketTable (Results 1 – 1 of 1) sorted by relevance
73 private ConcurrentHashMap<String, Socket> socketTable; field in IOHandler82 this.socketTable = new ConcurrentHashMap<String, Socket>(); in IOHandler()87 socketTable.put(key, sock); in putSocket()92 return (Socket) socketTable.get(key); in getSocket()96 socketTable.remove(key); in removeSocket()238 sipStack.getStackLogger().logDebug(this.socketTable.toString());330 for (Enumeration<Socket> values = socketTable.elements(); values.hasMoreElements();) {