|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SMTPResponse | |
|---|---|
| org.apache.james.protocols.smtp | |
| org.apache.james.protocols.smtp.core | |
| org.apache.james.protocols.smtp.core.esmtp | |
| Uses of SMTPResponse in org.apache.james.protocols.smtp |
|---|
| Subclasses of SMTPResponse in org.apache.james.protocols.smtp | |
|---|---|
class |
SMTPStartTLSResponse
This SMTPResponse should only be used once you want to start tls after the SMTPResponse was written to the client |
| Uses of SMTPResponse in org.apache.james.protocols.smtp.core |
|---|
| Methods in org.apache.james.protocols.smtp.core that return SMTPResponse | |
|---|---|
static SMTPResponse |
AbstractHookableCmdHandler.calcDefaultSMTPResponse(HookResult result)
Convert the HookResult to SMTPResponse using default values. |
protected SMTPResponse |
UnknownCmdHandler.doCoreCmd(SMTPSession session,
String command,
String parameters)
|
protected SMTPResponse |
RcptCmdHandler.doCoreCmd(SMTPSession session,
String command,
String parameters)
Handler method called upon receipt of a RCPT command. |
protected SMTPResponse |
QuitCmdHandler.doCoreCmd(SMTPSession session,
String command,
String parameters)
|
protected SMTPResponse |
MailCmdHandler.doCoreCmd(SMTPSession session,
String command,
String parameters)
|
protected SMTPResponse |
HeloCmdHandler.doCoreCmd(SMTPSession session,
String command,
String parameters)
|
protected abstract SMTPResponse |
AbstractHookableCmdHandler.doCoreCmd(SMTPSession session,
String command,
String parameters)
Execute the core commandHandling. |
protected SMTPResponse |
DataCmdHandler.doDATA(SMTPSession session,
String argument)
Handler method called upon receipt of a DATA command. |
protected SMTPResponse |
DataCmdHandler.doDATAFilter(SMTPSession session,
String argument)
|
protected SMTPResponse |
UnknownCmdHandler.doFilterChecks(SMTPSession session,
String command,
String parameters)
|
protected SMTPResponse |
RcptCmdHandler.doFilterChecks(SMTPSession session,
String command,
String argument)
|
protected SMTPResponse |
QuitCmdHandler.doFilterChecks(SMTPSession session,
String command,
String parameters)
|
protected SMTPResponse |
MailCmdHandler.doFilterChecks(SMTPSession session,
String command,
String parameters)
|
protected SMTPResponse |
HeloCmdHandler.doFilterChecks(SMTPSession session,
String command,
String parameters)
|
protected abstract SMTPResponse |
AbstractHookableCmdHandler.doFilterChecks(SMTPSession session,
String command,
String parameters)
Execute Syntax checks and return a SMTPResponse if a syntax error was detected, otherwise null. |
SMTPResponse |
DataCmdHandler.DataConsumerLineHandler.onLine(SMTPSession session,
byte[] line)
|
| Uses of SMTPResponse in org.apache.james.protocols.smtp.core.esmtp |
|---|
| Methods in org.apache.james.protocols.smtp.core.esmtp that return SMTPResponse | |
|---|---|
protected SMTPResponse |
AuthCmdHandler.calcDefaultSMTPResponse(HookResult result)
Calculate the SMTPResponse for the given result |
protected SMTPResponse |
EhloCmdHandler.doCoreCmd(SMTPSession session,
String command,
String parameters)
|
protected SMTPResponse |
EhloCmdHandler.doFilterChecks(SMTPSession session,
String command,
String parameters)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||