Uses of Interface
org.apache.james.protocols.smtp.core.DataLineFilter

Packages that use DataLineFilter
org.apache.james.protocols.smtp.core   
org.apache.james.protocols.smtp.core.esmtp   
 

Uses of DataLineFilter in org.apache.james.protocols.smtp.core
 

Classes in org.apache.james.protocols.smtp.core that implement DataLineFilter
 class DataLineMessageHookHandler
          This class handles the actual calling of the MessageHook implementations to queue the message.
 class ReceivedDataLineFilter
           
 

Constructors in org.apache.james.protocols.smtp.core with parameters of type DataLineFilter
DataCmdHandler.DataLineFilterWrapper(DataLineFilter filter, LineHandler<SMTPSession> next)
           
 

Uses of DataLineFilter in org.apache.james.protocols.smtp.core.esmtp
 

Classes in org.apache.james.protocols.smtp.core.esmtp that implement DataLineFilter
 class MailSizeEsmtpExtension
          Handle the ESMTP SIZE extension.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.