Class Summary |
Log |
This log utility uses a combination of bit mask control and io stream
functionality. |
LogWriter |
This class is basically a PrintWriter that prepends
a timestamp before each message is written to the underlying
stream. |
MultiDatagramSocket |
MultiDatagramSocket employs a simple linked list queuing mechanism and an
internal thread dedicated to reading from the socket to allow multiple
threads to concurrently send and receive datagram packets on the same
port at rates independent from one another. |
PacketEvent |
Simply encapsulates the DatagramPacket and it's reception
time. |
PacketEventQueue |
This class is a container for PacketEvent s and is obtained from
MultiDatagramSocket . |