Package org.subethamail.smtp.command
Class HelloCommand
java.lang.Object
org.subethamail.smtp.server.BaseCommand
org.subethamail.smtp.command.HelloCommand
- All Implemented Interfaces:
Command
- Author:
- Ian McFarland <ian@neo.com>, Jon Stevens, Jeff Schnitzer, Scott Hernandez
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.subethamail.smtp.server.BaseCommand
getArgPredicate, getArgs, getHelp, getName
-
Constructor Details
-
HelloCommand
public HelloCommand()
-
-
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
-