|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SMTPCommandFactory | |
---|---|
org.abstracthorizon.mercury.smtp | |
org.abstracthorizon.mercury.smtp.filter | |
org.abstracthorizon.mercury.smtp.filter.quiet |
Uses of SMTPCommandFactory in org.abstracthorizon.mercury.smtp |
---|
Fields in org.abstracthorizon.mercury.smtp declared as SMTPCommandFactory | |
---|---|
protected SMTPCommandFactory |
SMTPSession.factory
Cached reference to command factory |
Methods in org.abstracthorizon.mercury.smtp that return SMTPCommandFactory | |
---|---|
SMTPCommandFactory |
SMTPSession.getCommandFactory()
Returns command factory that is used |
Methods in org.abstracthorizon.mercury.smtp with parameters of type SMTPCommandFactory | |
---|---|
void |
SMTPSession.setCommandFactory(SMTPCommandFactory factory)
Sets command factory to be used |
Uses of SMTPCommandFactory in org.abstracthorizon.mercury.smtp.filter |
---|
Subclasses of SMTPCommandFactory in org.abstracthorizon.mercury.smtp.filter | |
---|---|
class |
SMTPFilterCommandFactory
SMTP factory that uses filter API ( Filter ) to delegate various parts of
SMTP commands handling. |
Uses of SMTPCommandFactory in org.abstracthorizon.mercury.smtp.filter.quiet |
---|
Subclasses of SMTPCommandFactory in org.abstracthorizon.mercury.smtp.filter.quiet | |
---|---|
class |
SMTPQuietFilterCommandFactory
SMTP quiet drop spam filter command factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |