Package jcifs.util

This package provides utilities that are not specific to any one package.

See:
          Description

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 PacketEvents and is obtained from MultiDatagramSocket.
 

Package jcifs.util Description

This package provides utilities that are not specific to any one package.