org.activeio.filter
Class PacketAggregator

java.lang.Object
  extended by org.activeio.filter.PacketAggregator

public abstract class PacketAggregator
extends Object

Version:
$Revision$

Constructor Summary
PacketAggregator()
           
 
Method Summary
 void addRawPacket(Packet packet)
           
 Packet getHeader(Packet packet)
           
protected abstract  void packetAssembled(Packet packet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketAggregator

public PacketAggregator()
Method Detail

addRawPacket

public void addRawPacket(Packet packet)
                  throws IOException
Throws:
IOException

packetAssembled

protected abstract void packetAssembled(Packet packet)

getHeader

public Packet getHeader(Packet packet)
                 throws IOException
Throws:
IOException


Copyright © -2009 The ActiveIO Project. All Rights Reserved.