org.apache.james.protocols.smtp.core
Class DataCmdHandler.DataLineFilterWrapper

java.lang.Object
  extended by org.apache.james.protocols.smtp.core.DataCmdHandler.DataLineFilterWrapper
All Implemented Interfaces:
LineHandler<SMTPSession>
Enclosing class:
DataCmdHandler

public final class DataCmdHandler.DataLineFilterWrapper
extends java.lang.Object
implements LineHandler<SMTPSession>


Constructor Summary
DataCmdHandler.DataLineFilterWrapper(DataLineFilter filter, LineHandler<SMTPSession> next)
           
 
Method Summary
 void onLine(SMTPSession session, byte[] line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCmdHandler.DataLineFilterWrapper

public DataCmdHandler.DataLineFilterWrapper(DataLineFilter filter,
                                            LineHandler<SMTPSession> next)
Method Detail

onLine

public void onLine(SMTPSession session,
                   byte[] line)
Specified by:
onLine in interface LineHandler<SMTPSession>


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