Package com.monkeycoder.monkeynetwork

Class Summary
BlindContentDownloader This ContentDownloader blindly accepts incoming data until the server ends the connection.
ChunkedContentDownloader This ContentDownloader handles incoming data that is chunked.
ConnectionSpeedTimer This class is used for tracking the download rate.
ConnectionTimeOutTimer This class acts as a pollable countdown timer.
ContentDownloader Superclass for all ContentDownloaders.
ContentLengthContentDownloader This ContentDownloader handles incoming data where the exact length of the content is known.
DebugLog This class is a logger singleton that can direct log output to several places.
FtpNetwork This class handles an FTP Network.
FtpStateEngine This class handles FTP Fetching and state maintenance.
GlobalConfig Global Configuration Singleton.
HeaderContentDownloader This ContentDownloader blindly accepts incoming data until the expected end of the header.
HttpHeaderData This class represents an HTTP response header.
HttpNetwork This class handles an HTTP Network.
HttpStateEngine This class handles HTTP Fetching and state maintenance.
MonkeyNetwork This is the simplified access point for the MonkeyNetwork system.
MonkeyNetworkTester This is a driver class for testing the MonkeyNetwork system.
MonkeyUrl This is a self contained URL parsing class.
Network This is the super class for all other network objects within the MonkeyNetwork system.
NetworkFactory This class is for creating network objects by protocol.
NetworkProtocol This class contains definitions of protocols supported by MonkeyNetwork.
ProtocolStateEngine This is the super-class for protocol state engines.
SizeConverter Converts raw numbers of bytes into properly formatted numbers of kilobytes, megabytes, gigabytes, or terabytes.
ThreadHelper This class contains Thread use convenience methods.
TurboBuffer This class is for buffering network data quickly and intelligently.
UpdateMessage Used within MonkeyNetwork as a unified update message.
 

Exception Summary
MonkeyException Generic exception class for exceptions thrown by the MonkeyNetwork system.