net.sourceforge.jpcap.client
Class ConcurrencyTest

java.lang.Object
  |
  +--net.sourceforge.jpcap.client.ConcurrencyTest

public class ConcurrencyTest
extends java.lang.Object

This class is a unit test to verify that PacketCapture is thread-safe and that multiple instances of the class can be used simultaneously.


Constructor Summary
ConcurrencyTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrencyTest

public ConcurrencyTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception