ssn.setSessionListener(new Sink());
return ssn;
}
};
IoAcceptor ioa = new IoAcceptor
("0.0.0.0", 5672, ConnectionBinding.get(delegate));
System.out.println
(String.format
(FORMAT_HDR, "Session", "Count/MBytes", "Cumulative Rate", "Interval Rate"));
System.out.println
(String.format
(FORMAT_HDR, "-------", "------------", "---------------", "-------------"));
ioa.start();
}