Package com.limegroup.gnutella.update

Interface Summary
Updator This interface outlines the functions that an Updator object must perform, including such functions as setting the message to display to the user regarding the update, the url of any resources to download for the update, etc.
 

Class Summary
AbstractLocalUpdateInfo This class maintains protected constants and variables for ServletLocalUpdateInfo and ClientLocalUpdateInfo, the classes that contain the data for the client machine requesting the update.
AbstractRemoteUpdateInfo This class supplies the update information from the servlet.
ClientRemoteUpdateInfo Handles the client-side representation of an AbstractRemoteUpdateInfo object, which reconstructs the data for the update created on the server side.
ServletLocalUpdateInfo This class encapsulates all of the data for an individual client machine for an individual update post.
ServletRemoteUpdateInfo This class handles creating the update information for client requesting the update.
UpdateLog Generates a buffered log.
UpdateManager This class manages checking the servlet for an update and executing the update based on the response.
 

Exception Summary
FileDownloadException Thrown when an error occurs downloading a file.
LaxFileUpdateException Thrown when an error occurs downloading a file.