org.subethamail.smtp.command
Class StartTLSCommand

java.lang.Object
  extended by org.subethamail.smtp.server.BaseCommand
      extended by org.subethamail.smtp.command.StartTLSCommand
All Implemented Interfaces:
Command

public class StartTLSCommand
extends BaseCommand

Author:
Michael Wildpaner <mike@wildpaner.com>, Jeff Schnitzer

Constructor Summary
StartTLSCommand()
           
 
Method Summary
 void execute(java.lang.String commandString, Session sess)
          This is the main method that you need to override in order to implement a command.
 
Methods inherited from class org.subethamail.smtp.server.BaseCommand
getArgPredicate, getArgs, getHelp, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartTLSCommand

public StartTLSCommand()
Method Detail

execute

public void execute(java.lang.String commandString,
                    Session sess)
             throws java.io.IOException
Description copied from class: BaseCommand
This is the main method that you need to override in order to implement a command.

Specified by:
execute in interface Command
Specified by:
execute in class BaseCommand
Throws:
java.io.IOException


Copyright © 2009 SubEthaSMTP. All Rights Reserved. Build version: UNVERSIONED