org.apache.james.protocols.smtp.core
Class DataCmdHandler.DataLineFilterWrapper
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataCmdHandler.DataLineFilterWrapper
public DataCmdHandler.DataLineFilterWrapper(DataLineFilter filter,
LineHandler<SMTPSession> next)
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.