Package com.sun.slamd.misc

The com.sun.slamd.misc package contains code that is not really part of the core SLAMD system but is included with the distribution.

See:
          Description

Class Summary
GetFile This class defines a servlet that makes it possible for a client to request a file from the Web server, and have the Web server distribute a different file for each request.
GetFileCacheItem This class defines a state item that is used to store information about a file that can be retrieved by the GetFile servlet.
SplitFile This program provides a mechanism to easily split a text file into multiple files based on a number of criteria (specific number of files, number of lines per file, or number of bytes per file).
 

Package com.sun.slamd.misc Description

The com.sun.slamd.misc package contains code that is not really part of the core SLAMD system but is included with the distribution. In particular, it contains the code for the GetFile servlet, which makes it possible to distribute different content to separate client threads using the same URL.