|
||||||||||
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.RcptCommand
public class RcptCommand
RCPT command
Constructor Summary | |
---|---|
RcptCommand()
Constructor |
Method Summary | |
---|---|
protected void |
execute(SMTPSession connection)
Executed the command |
protected void |
processPath(SMTPSession connection,
Path path)
Processes path |
protected void |
readExtraParameters(SMTPSession connection,
SMTPScanner scanner)
Obtains extra parameters. |
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 RcptCommand()
Method Detail |
---|
protected void execute(SMTPSession connection) throws CommandException, IOException, ParserException
execute
in class SMTPCommand
connection
- 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 exceptionprotected void processPath(SMTPSession connection, Path path) throws IOException
connection
- smtp sessionpath
- path
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |