|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.abstracthorizon.mercury.smtp.command.SMTPCommand
org.abstracthorizon.mercury.smtp.command.ResetCommand
org.abstracthorizon.mercury.smtp.command.EhloCommand
public class EhloCommand
EHLO command
| Constructor Summary | |
|---|---|
EhloCommand()
Constructor |
|
| Method Summary | |
|---|---|
protected void |
execute(SMTPSession connection)
Executed the command |
protected void |
processEHLO(SMTPSession connection,
String domain)
Processes EHLO command |
protected void |
readExtraParameters(SMTPSession connection,
SMTPScanner scanner)
Obtains extra parameters. |
| Methods inherited from class org.abstracthorizon.mercury.smtp.command.ResetCommand |
|---|
resetSession |
| Methods inherited from class org.abstracthorizon.mercury.smtp.command.SMTPCommand |
|---|
handleConnection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EhloCommand()
| Method Detail |
|---|
protected void execute(SMTPSession connection)
throws CommandException,
IOException,
ParserException
execute in class ResetCommandconnection - smtp session
CommandException
IOException
ParserException
protected void readExtraParameters(SMTPSession connection,
SMTPScanner scanner)
throws IOException,
ParserException,
CommandException
session - SMTP sessionscanner - STMP scanner
IOException - io exception
ParserException - parsing exception
CommandException - command exception
protected void processEHLO(SMTPSession connection,
String domain)
throws IOException
connection - SMTP session
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||