org.apache.james.protocols.smtp.core
Class ReceivedDataLineFilter
java.lang.Object
org.apache.james.protocols.smtp.core.ReceivedDataLineFilter
- All Implemented Interfaces:
- ProtocolHandler, DataLineFilter
public class ReceivedDataLineFilter
- extends Object
- implements DataLineFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceivedDataLineFilter
public ReceivedDataLineFilter()
onLine
public Response onLine(SMTPSession session,
byte[] line,
LineHandler<SMTPSession> next)
- Description copied from interface:
DataLineFilter
- Handle line processing
- Specified by:
onLine in interface DataLineFilter
- See Also:
DataLineFilter.onLine(SMTPSession, byte[], LineHandler)
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.