Package org.subethamail.smtp.command
Class StartTLSCommand
java.lang.Object
org.subethamail.smtp.server.BaseCommand
org.subethamail.smtp.command.StartTLSCommand
- All Implemented Interfaces:
Command
- Author:
- Michael Wildpaner <mike@wildpaner.com>, Jeff Schnitzer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.subethamail.smtp.server.BaseCommand
getArgPredicate, getArgs, getHelp, getName
-
Constructor Details
-
StartTLSCommand
public StartTLSCommand()
-
-
Method Details
-
execute
Description copied from class:BaseCommandThis is the main method that you need to override in order to implement a command.- Specified by:
executein interfaceCommand- Specified by:
executein classBaseCommand- Throws:
IOException
-