elt.setAttribute("address", "localhost");
elt.setAttribute("port", "10000");
UDPServerCollector collector = new UDPServerCollector(elt);
assertTrue(collector.isRunning());
collector.addListener(this);
// Send a packet
line = null;
String test = "This is a test";
byte[] testBytes = test.getBytes("UTF-8");