org.apache.james.protocols.smtp.core
Interface DataLineFilter
- All Superinterfaces:
- ProtocolHandler
- All Known Implementing Classes:
- DataLineMessageHookHandler, MailSizeEsmtpExtension, ReceivedDataLineFilter
public interface DataLineFilter
- extends ProtocolHandler
DataLineFilter are used to check the Data stream while the message is
being received.
onLine
Response onLine(SMTPSession session,
byte[] line,
LineHandler<SMTPSession> next)
- Handle line processing
- Parameters:
session - line - next -
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.