|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.subethamail.smtp.server.BaseCommand
org.subethamail.smtp.command.StartTLSCommand
public class StartTLSCommand
Constructor Summary | |
---|---|
StartTLSCommand()
|
Method Summary | |
---|---|
void |
execute(java.lang.String commandString,
ConnectionContext context)
This is the main method that you need to override in order to implement a command. |
static void |
setSSLFilter(org.apache.mina.filter.SSLFilter filter)
Ability to override the SSLFilter |
Methods inherited from class org.subethamail.smtp.server.BaseCommand |
---|
extractEmailAddress, getArgPredicate, getArgs, getHelp, getHelp, getName, getTokenizedString, isValidEmailAddress, setHelp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StartTLSCommand()
Method Detail |
---|
public static void setSSLFilter(org.apache.mina.filter.SSLFilter filter)
filter
- public void execute(java.lang.String commandString, ConnectionContext context) throws java.io.IOException
BaseCommand
execute
in interface Command
execute
in class BaseCommand
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |