com.antiaction.mayhem.mail.smtpd
Class Command

java.lang.Object
  extended by com.antiaction.mayhem.mail.smtpd.Command

public class Command
extends java.lang.Object

Author:
Nicholas To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
Command()
           
 
Method Summary
static int identify(java.lang.String cmd)
          Identifies valid SMTP commands.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

identify

public static int identify(java.lang.String cmd)
Identifies valid SMTP commands.

Parameters:
cmd - command string.
Returns:
integer command id.


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.