All Packages  This Package  Class Hierarchy  Class Search  Index

Inner Class edu.utah.janos.nodeos.pj_ProtocolLayer.PacketGenerator
java.lang.Object
   |
   +----edu.utah.janos.nodeos.pj_ProtocolLayer.PacketGenerator

  Summary

abstract static class  pj_ProtocolLayer.PacketGenerator
     extends java.lang.Object
{
          // Fields 1
     AddressSpec destination;

          // Constructors 1
     public PacketGenerator();

          // Methods 2
     abstract pj_BufferHandle generate();
     public String toString();
}

PacketGenerator is an abstract class that is subclassed by the users of protocol layers to handle outgoing packets.


  Cross Reference

Extended By:
pj_OutChannel





  Fields

· destination

Summary  |  Top
   AddressSpec destination

The destination of any generated packets.


  Constructors

· PacketGenerator

Summary  |  Top

   public PacketGenerator() 

Default constructor



  Methods

· generate

Summary  |  Top
   abstract pj_BufferHandle generate() 

Function called by the protocol layer to get more asynchronous packets to send.



· toString

Summary  |  Top
   public String toString() 
Overrides:
toString in class Object


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