com.sendmail.jilter.internal
Class JilterPacket

java.lang.Object
  extended by com.sendmail.jilter.internal.JilterPacket

public class JilterPacket
extends java.lang.Object


Constructor Summary
JilterPacket()
           
 
Method Summary
 int getCommand()
           
 java.nio.ByteBuffer getData()
           
 boolean process(java.nio.ByteBuffer dataBuffer)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JilterPacket

public JilterPacket()
Method Detail

process

public boolean process(java.nio.ByteBuffer dataBuffer)
                throws java.io.IOException
Throws:
java.io.IOException

getCommand

public int getCommand()

getData

public java.nio.ByteBuffer getData()

reset

public void reset()


Copyright ? 2001-2004, Sendmail, Inc. All Rights Reserved.