All Packages  This Package  Class Hierarchy  Class Search  Index

Interface edu.utah.janos.core.DeliverFunc

  Summary

public interface  DeliverFunc
{
          // Methods 1
     public abstract void receive(BufferHandle, int) throws IOException;
}

Java wrapper for a DeliverFunc. This "callback" is invoked when a packet is received.


  Cross Reference

Implemented By:
CapsuleChannel, UnknownPacketHandler





  Methods

· receive

Summary  |  Top
   public abstract void receive(BufferHandle packet, 
                                int payloadOffset)  throws IOException

XXX why does this throw IOException?

Parameter Description
packet the packet that was recieved.
payloadOffset the integer returned from the DemultiplexKey.matches() function.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7