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

All Known Implementing Classes:
DataLineMessageHookHandler, MailSizeEsmtpExtension, ReceivedDataLineFilter

public interface DataLineFilter

DataLineFilter are used to check the Data stream while the message is being received.


Method Summary
 void onLine(SMTPSession session, byte[] line, LineHandler<SMTPSession> next)
          Handle line processing
 

Method Detail

onLine

void onLine(SMTPSession session,
            byte[] line,
            LineHandler<SMTPSession> next)
Handle line processing

Parameters:
session -
line -
next -


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