Uses of Class
f00f.net.irc.martyr.dcc.DccChatHandler

Packages that use DccChatHandler
f00f.net.irc.martyr.dcc   
 

Uses of DccChatHandler in f00f.net.irc.martyr.dcc
 

Methods in f00f.net.irc.martyr.dcc that return DccChatHandler
protected  DccChatHandler AutoDccSetup.getDccChatHandler(java.net.Socket socket)
          Returns a DCC chat handler.
 

Methods in f00f.net.irc.martyr.dcc with parameters of type DccChatHandler
protected  void ChatRequestCommand.startHandlerThread(java.net.ServerSocket ss, DccChatHandler handler)
          Called by the constructor, this method starts the thread that waits for connections and starts the handler.
 

Constructors in f00f.net.irc.martyr.dcc with parameters of type DccChatHandler
ChatRequestCommand(java.net.InetAddress local, java.lang.String toWhom, DccChatHandler handler, int timeout)
           
ChatRequestCommand(IRCConnection conn, java.lang.String toWhom, DccChatHandler handler)
           
 



Copyright © 2000-2007 Ben Damm, Daniel Henninger, et al.