|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.subethamail.smtp.server.BaseCommand
org.subethamail.smtp.command.AuthCommand
public class AuthCommand
| Field Summary | |
|---|---|
static java.lang.String |
AUTH_CANCEL_COMMAND
|
static java.lang.String |
VERB
|
| Constructor Summary | |
|---|---|
AuthCommand()
Creates a new instance of AuthCommand |
|
| Method Summary | |
|---|---|
void |
execute(java.lang.String commandString,
Session sess)
This is the main method that you need to override in order to implement a command. |
| Methods inherited from class org.subethamail.smtp.server.BaseCommand |
|---|
getArgPredicate, getArgs, getHelp, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VERB
public static final java.lang.String AUTH_CANCEL_COMMAND
| Constructor Detail |
|---|
public AuthCommand()
| Method Detail |
|---|
public void execute(java.lang.String commandString,
Session sess)
throws java.io.IOException
BaseCommand
execute in interface Commandexecute in class BaseCommandjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||