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

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

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

Fields in f00f.net.irc.martyr.dcc declared as DccType
static DccType DccType.CHAT
           
static DccType DccType.SEND
           
 

Methods in f00f.net.irc.martyr.dcc that return DccType
static DccType DccType.getInstance(java.lang.String typeStr)
           
 

Methods in f00f.net.irc.martyr.dcc with parameters of type DccType
protected abstract  boolean AutoDccSetup.authorizeConnect(DccType type, java.lang.String argument, java.net.InetAddress netaddr, int port, int filesize)
          This is called after parsing the request to find out if the connection should be performed.
protected  void AutoDccSetup.handleDccConnection(java.net.Socket socket, DccType type, java.lang.String filename, int filesize)
          Handles a chat or send connection.
 



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