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

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

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


Constructor Summary
DataCmdHandler.DataConsumerLineHandler()
           
 
Method Summary
 SMTPResponse 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.DataConsumerLineHandler

public DataCmdHandler.DataConsumerLineHandler()
Method Detail

onLine

public SMTPResponse 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.