Uses of Class
org.elite.jdcbot.framework.DCIO

Packages that use DCIO
org.ag.sheriffbot   
org.elite.jdcbot.examples   
org.elite.jdcbot.framework   
 

Uses of DCIO in org.ag.sheriffbot
 

Subclasses of DCIO in org.ag.sheriffbot
 class SheriffBot
          SheriffBot is a derived class from jDCBot apstract class overriding some methods.
 

Uses of DCIO in org.elite.jdcbot.examples
 

Subclasses of DCIO in org.elite.jdcbot.examples
 class DownloadBot
          Created on 31-May-08
This exmple bot will download any file from a user when that user sends the magnet URI of the file in private message to this bot.
 class ExampleBot
          ExampleBot is simple derived class from jDCBot apstract class overriding some methods.
 

Uses of DCIO in org.elite.jdcbot.framework
 

Subclasses of DCIO in org.elite.jdcbot.framework
 class DownloadHandler
          Created on 26-May-08
Handels all the downloads from a single user for a session.
 class DownloadManager
          Created on 26-May-08
This is used internall by the framework to schedule the downloads.
 class InputThread
          Threads that reads raw commands from hub and passes them to jDCBot.
 class InputThreadTarget
          Created on 26-May-08
 class jDCBot
          jDCBot is a Java framework for writing DC (direct connect) bots easily.
 class TimeoutInputThread
          Created on 27-May-08
 class UploadHandler
          Created on 26-May-08
Handels all the uploads to a single user for a session.
 class UploadManager
          Created on 26-May-08