public class StartTlsCmdHandler extends Object implements CommandHandler<SMTPSession>, EhloExtension
| Constructor and Description |
|---|
StartTlsCmdHandler() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getImplCommands()
Return a Collection of implemented commands
|
List<String> |
getImplementedEsmtpFeatures(SMTPSession session) |
Response |
onCommand(SMTPSession session,
Request request)
Handler method called upon receipt of a STARTTLS command.
|
public Collection<String> getImplCommands()
CommandHandlergetImplCommands in interface CommandHandler<SMTPSession>CommandHandler.getImplCommands()public Response onCommand(SMTPSession session, Request request)
onCommand in interface CommandHandler<SMTPSession>public List<String> getImplementedEsmtpFeatures(SMTPSession session)
getImplementedEsmtpFeatures in interface EhloExtensionEhloExtension.getImplementedEsmtpFeatures(org.apache.james.protocols.smtp.SMTPSession)Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.