Uses of Class
org.abstracthorizon.mercury.smtp.command.SMTPCommandFactory

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.
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.