org.subethamail.smtp.command
Class AuthCommand
java.lang.Object
org.subethamail.smtp.server.BaseCommand
org.subethamail.smtp.command.AuthCommand
- All Implemented Interfaces:
- Command
public class AuthCommand
- extends BaseCommand
- Author:
- Marco Trevisan , Jeff Schnitzer, Scott Hernandez
|
Constructor Summary |
AuthCommand()
Creates a new instance of AuthCommand |
|
Method Summary |
void |
execute(String commandString,
Session sess)
This is the main method that you need to override in order to implement a command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERB
public static final String VERB
- See Also:
- Constant Field Values
AUTH_CANCEL_COMMAND
public static final String AUTH_CANCEL_COMMAND
- See Also:
- Constant Field Values
AuthCommand
public AuthCommand()
- Creates a new instance of AuthCommand
execute
public void execute(String commandString,
Session sess)
throws IOException
- Description copied from class:
BaseCommand
- This is the main method that you need to override in order to implement a command.
- Specified by:
execute in interface Command- Specified by:
execute in class BaseCommand
- Throws:
IOException
Copyright © 2006-2012. All Rights Reserved.