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

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

Uses of InputThreadTarget in org.ag.sheriffbot
 

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

Uses of InputThreadTarget in org.elite.jdcbot.examples
 

Subclasses of InputThreadTarget 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 InputThreadTarget in org.elite.jdcbot.framework
 

Subclasses of InputThreadTarget in org.elite.jdcbot.framework
 class jDCBot
          jDCBot is a Java framework for writing DC (direct connect) bots easily.
 class UploadHandler
          Created on 26-May-08
Handels all the uploads to a single user for a session.
 

Fields in org.elite.jdcbot.framework declared as InputThreadTarget
private  InputThreadTarget InputThread._inputThreadTrgt
           
 

Constructors in org.elite.jdcbot.framework with parameters of type InputThreadTarget
InputThread(InputThreadTarget inputThreadTrgt, java.io.InputStream in)
          Constructs thread that will read raw commands from hub
TimeoutInputThread(InputThreadTarget inputThreadTrgt, java.io.InputStream in)
          Constructs thread that will read raw commands from hub