Update the PacketCollector and ConnectionDetachedPacketCollector to use the java concurrent classes.

Description

These implementation can be reduced to a few lines of code by using a LinkedBlockingQueue from concurrent queue implementations in the java.util.concurrent package. This would greatly simplify the existing code by removing all the existing synchronization code.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created June 10, 2011 at 2:39 AM
Updated May 30, 2013 at 10:45 PM
Resolved February 7, 2013 at 3:42 AM