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

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

public class ReceivedDataLineFilter
extends java.lang.Object
implements DataLineFilter


Constructor Summary
ReceivedDataLineFilter()
           
 
Method Summary
 void 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 void onLine(SMTPSession session,
                   byte[] line,
                   LineHandler<SMTPSession> next)
Description copied from interface: DataLineFilter
Handle line processing

Specified by:
onLine in interface DataLineFilter


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