KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > transport > PacketTransportStatistics


1
2 package transport;
3 /**
4  *
5  */

6 public class PacketTransportStatistics
7 {
8     public int port = 0;
9     public long numberClientsAccepted = 0;
10     public long timeStarted = 0;
11 }
12
Popular Tags