Package nan.tools

Interface Summary
BackgroundTask An interface for background tasks.
 

Class Summary
AbstractBackgroundTask An abstract class implementing the BackgroundTask interface in a Thread.
BackgroundAttachmentSaver A Background task to handle attachment saving to disk.
BackgroundCacheDownloader Downloads a message cache for offline reading.
BackgroundCacheReader Reads a message cache in the background.
BackgroundCacheWriter Writes a message cache to disk in the background.
BackgroundConnectThread A background thread to handle client connections.
BackgroundDirectoryDeleter Background task that deletes a directory and all files under it.
BackgroundNewsgroupDownloader Downloads Newsgroup cache into MessageTree in a background thread.
BackgroundNewsgroupListDownloader Reads the available NewsgroupList from an NNTP Server in a background thread.
BackgroundReader Background task to read and parse and XML Document from cache.
BackgroundWriter Performs a serialization task in a background thread.
Encoder A class to handle encoding schemes used with NNTP messages.
EventLogger Logs messages, errors, and warnings as the program runs.
LineCounter A program to count the number of files and lines per file of a directory recursively.
NNTPDateFormat A helper class for static date formatting methods as required to implement the RFC 850 news message standard.
SettingsArchiver Handles archival functions so the settings can be remote saved easily.
XMLSerializer A helper class to handle file serialization of XML Documents.