|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.protocols.smtp.core.esmtp.StartTlsCmdHandler
public class StartTlsCmdHandler
Handles STARTTLS command
| Constructor Summary | |
|---|---|
StartTlsCmdHandler()
|
|
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getImplCommands()
|
java.util.List<java.lang.String> |
getImplementedEsmtpFeatures(SMTPSession session)
|
Response |
onCommand(SMTPSession session,
Request request)
Handler method called upon receipt of a STARTTLS command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartTlsCmdHandler()
| Method Detail |
|---|
public java.util.Collection<java.lang.String> getImplCommands()
getImplCommands in interface CommandHandler<SMTPSession>org.apache.james.smtpserver.protocol.CommandHandler#getImplCommands()
public Response onCommand(SMTPSession session,
Request request)
onCommand in interface CommandHandler<SMTPSession>public java.util.List<java.lang.String> getImplementedEsmtpFeatures(SMTPSession session)
getImplementedEsmtpFeatures in interface EhloExtensionEhloExtension.getImplementedEsmtpFeatures(org.apache.james.protocols.smtp.SMTPSession)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||