Uses of Interface
org.subethamail.smtp.server.Command

Packages that use Command
org.subethamail.smtp.command   
org.subethamail.smtp.server   
 

Uses of Command in org.subethamail.smtp.command
 

Classes in org.subethamail.smtp.command that implement Command
 class AuthCommand
           
 class DataCommand
           
 class EhloCommand
           
 class HelloCommand
           
 class HelpCommand
           
 class MailCommand
           
 class NoopCommand
           
 class QuitCommand
           
 class ReceiptCommand
           
 class ResetCommand
           
 class StartTLSCommand
           
 class VerifyCommand
           
 

Uses of Command in org.subethamail.smtp.server
 

Classes in org.subethamail.smtp.server that implement Command
 class BaseCommand
           
 

Methods in org.subethamail.smtp.server that return Command
 Command CommandRegistry.getCommand()
           
 

Methods in org.subethamail.smtp.server with parameters of type Command
 void CommandHandler.addCommand(Command command)
           
 

Constructor parameters in org.subethamail.smtp.server with type arguments of type Command
CommandHandler(java.util.Collection<Command> availableCommands)
           
 



Copyright © 2007. All Rights Reserved.