public class JamesDataCmdHandler
extends org.apache.james.protocols.smtp.core.DataCmdHandler
Constructor and Description |
---|
JamesDataCmdHandler() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.james.protocols.smtp.SMTPResponse |
doDATA(org.apache.james.protocols.smtp.SMTPSession session,
String argument)
Handler method called upon receipt of a DATA command.
|
protected org.apache.james.protocols.smtp.SMTPResponse doDATA(org.apache.james.protocols.smtp.SMTPSession session, String argument)
doDATA
in class org.apache.james.protocols.smtp.core.DataCmdHandler
session
- SMTP session objectargument
- the argument passed in with the command by the SMTP clientCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.