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>, ProtocolHandler
Enclosing class:
DataCmdHandler

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


Constructor Summary
DataCmdHandler.DataLineFilterWrapper(DataLineFilter filter, LineHandler<SMTPSession> next)
           
 
Method Summary
 Response 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 Response onLine(SMTPSession session,
                       byte[] line)
Specified by:
onLine in interface LineHandler<SMTPSession>
See Also:
#onLine(org.apache.james.protocols.api.ProtocolSession, byte[])


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