Class DiscardTransformEngine

  • All Implemented Interfaces:
    TransformEngine

    public class DiscardTransformEngine
    extends Object
    implements TransformEngine
    As the name suggests, the DiscardTransformEngine discards packets that are flagged for discard. The packets that are passed on in the chain have their sequence numbers rewritten hiding the gaps created by the dropped packets. Instances of this class are not thread-safe. If multiple threads access an instance concurrently, it must be synchronized externally.
    Author:
    George Politis