org.apache.james.protocols.smtp.core
Class ReceivedDataLineFilter

java.lang.Object
  extended by org.apache.james.protocols.smtp.core.ReceivedDataLineFilter
All Implemented Interfaces:
ProtocolHandler, DataLineFilter

public class ReceivedDataLineFilter
extends Object
implements DataLineFilter


Constructor Summary
ReceivedDataLineFilter()
           
 
Method Summary
 Response onLine(SMTPSession session, byte[] line, LineHandler<SMTPSession> next)
          Handle line processing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceivedDataLineFilter

public ReceivedDataLineFilter()
Method Detail

onLine

public Response onLine(SMTPSession session,
                       byte[] line,
                       LineHandler<SMTPSession> next)
Description copied from interface: DataLineFilter
Handle line processing

Specified by:
onLine in interface DataLineFilter
See Also:
DataLineFilter.onLine(SMTPSession, byte[], LineHandler)


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