All Packages This Package Class Hierarchy Class Search Index
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 |
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 IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7