org.activeio.filter
Class PacketAggregator

java.lang.Object
  extended byorg.activeio.filter.PacketAggregator

public abstract class PacketAggregator
extends java.lang.Object

Version:
$Revision$

Field Summary
(package private)  boolean headerLoaded
           
(package private)  Packet incompleteUpPacket
           
 
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
 

Field Detail

incompleteUpPacket

Packet incompleteUpPacket

headerLoaded

boolean headerLoaded
Constructor Detail

PacketAggregator

public PacketAggregator()
Method Detail

addRawPacket

public void addRawPacket(Packet packet)
                  throws java.io.IOException
Throws:
java.io.IOException

packetAssembled

protected abstract void packetAssembled(Packet packet)

getHeader

public Packet getHeader(Packet packet)
                 throws java.io.IOException
Throws:
java.io.IOException


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