Package com.newstep.solid.netio.packet

 
Class Diagram Summary
packet 
 
Class Summary
Packet 
PacketChannel 
PacketChannelAccessPoint 
PacketChannelAccessPointFactory 
PacketChannelEndpoint 

 
Interface Summary
PacketChannelListener 
Package Elements Detail
PacketChannelListener
PacketChannelListener must be implemented by entities that receive packets via
an associated PacketChannel instance. The listener abstraction allows the
PacketChannel implementation to remain unaware of its specific clients
 

 
Operation Summary
packetReceivedcall issued from PacketChannel when a new Packet instance is ready

packetReceived
 
call issued from PacketChannel when a new Packet instance is ready
Parameters:
packet the new packet instance
Abstract.
 

 
Parameter Summary
packet 

packet