Searched refs:selectInterestChanges (Results 1 – 1 of 1) sorted by relevance
144 protected final Set<FrameBuffer> selectInterestChanges = new HashSet<FrameBuffer>(); field in AbstractNonblockingServer.AbstractSelectThread161 synchronized (selectInterestChanges) { in requestSelectInterestChange()162 selectInterestChanges.add(frameBuffer); in requestSelectInterestChange()173 synchronized (selectInterestChanges) { in processInterestChanges()174 for (FrameBuffer fb : selectInterestChanges) { in processInterestChanges()177 selectInterestChanges.clear(); in processInterestChanges()