public class JilterProcessor
extends java.lang.Object
JilterHandler, as well as sending data back to the MTA
via an arbitrary WritableByteChannel.| Constructor and Description |
|---|
JilterProcessor(JilterHandler handler)
Public constructor.
|
public JilterProcessor(JilterHandler handler)
handler - the underlying handler that will receive calls based on the Milter conversation.public boolean process(java.nio.channels.WritableByteChannel writeChannel,
java.nio.ByteBuffer dataBuffer)
throws java.io.IOException
writeChannel - the data channel for communicating back to the MTA.dataBuffer - the next chunk of data from the MTA.false if processing is completed.java.io.IOExceptionpublic void close()
Copyright ? 2001-2004, Sendmail, Inc. All Rights Reserved.