|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SMTPCommand | |
---|---|
org.abstracthorizon.mercury.smtp.command | |
org.abstracthorizon.mercury.smtp.filter | |
org.abstracthorizon.mercury.smtp.filter.quiet |
Uses of SMTPCommand in org.abstracthorizon.mercury.smtp.command |
---|
Subclasses of SMTPCommand in org.abstracthorizon.mercury.smtp.command | |
---|---|
class |
DataCommand
SMTP DATA command. |
class |
EhloCommand
EHLO command |
class |
MailCommand
MAIL TO command. |
class |
NoopCommand
NOOP command |
class |
NotImplementedCommand
Artificial command representing unknown command |
class |
QuitCommand
QUIT command |
class |
RcptCommand
RCPT command |
class |
ResetCommand
RSET (reset) command |
Fields in org.abstracthorizon.mercury.smtp.command with type parameters of type SMTPCommand | |
---|---|
protected Map<String,SMTPCommand> |
SMTPCommandFactory.commands
Map of commands |
Methods in org.abstracthorizon.mercury.smtp.command that return SMTPCommand | |
---|---|
SMTPCommand |
SMTPCommandFactory.getCommand(String mnemonic)
Returns a command from the map of commands |
Methods in org.abstracthorizon.mercury.smtp.command that return types with arguments of type SMTPCommand | |
---|---|
Map<String,SMTPCommand> |
SMTPCommandFactory.getCommands()
Returns commands |
Methods in org.abstracthorizon.mercury.smtp.command with parameters of type SMTPCommand | |
---|---|
void |
SMTPCommandFactory.invokeCommand(SMTPSession smtpConnection,
String commandName,
SMTPCommand command)
Invokes command |
Method parameters in org.abstracthorizon.mercury.smtp.command with type arguments of type SMTPCommand | |
---|---|
void |
SMTPCommandFactory.setCommands(Map<String,SMTPCommand> commands)
Sets map of commands |
Uses of SMTPCommand in org.abstracthorizon.mercury.smtp.filter |
---|
Subclasses of SMTPCommand in org.abstracthorizon.mercury.smtp.filter | |
---|---|
class |
FilterDataCommand
SMTP DATA command. |
class |
FilterEhloCommand
Filter command that adds extra processing to EHLO command. |
class |
FilterMailCommand
Mail command extension that invokes available filters |
class |
FilterRcptCommand
RCPT command that invokes filters |
class |
FilterResetCommand
Reset command that invokes filters to finish mail session |
Uses of SMTPCommand in org.abstracthorizon.mercury.smtp.filter.quiet |
---|
Subclasses of SMTPCommand in org.abstracthorizon.mercury.smtp.filter.quiet | |
---|---|
class |
QuietFilterDataCommand
SMTP DATA command. |
class |
QuietFilterEhloCommand
EHLO command |
class |
QuietFilterMailCommand
MAIL commmand that calls filters but in case of a problem it does nothing. |
class |
QuietFilterRcptCommand
RCPT commmand that calls filters but in case of a problem it does nothing. |
class |
QuietFilterResetCommand
RSET commmand that calls filters but in case of a problem it does nothing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |