|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
Provides a help |
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
|
class |
RequireTLSCommandWrapper
Verifies the presence of a TLS connection if TLS is required. |
| 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)
|
| Constructors in org.subethamail.smtp.server with parameters of type Command | |
|---|---|
RequireTLSCommandWrapper(Command wrapped)
|
|
| Constructor parameters in org.subethamail.smtp.server with type arguments of type Command | |
|---|---|
CommandHandler(java.util.Collection<Command> availableCommands)
Create a command handler with a specific set of commands. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||