All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----edu.utah.janos.nodeos.ProtocolLayer.PacketGenerator
Summary |
abstract static class ProtocolLayer.PacketGenerator extends java.lang.Object { // Fields 1 ProtocolLayer.PacketAddress destination; // Constructors 1 public PacketGenerator(); // Methods 2 abstract ProtocolLayer.PacketBuffer generate(); public String toString(); }
PacketGenerator is an abstract class that is subclassed by the users of protocol layers to handle generating outgoing packets.
Cross Reference |
Fields |
· destination | Summary | Top |
ProtocolLayer.PacketAddress destination
The destination of any generated packets.
Constructors |
· PacketGenerator | Summary | Top |
public PacketGenerator()
Default constructor
Methods |
· generate | Summary | Top |
abstract ProtocolLayer.PacketBuffer generate()
Function called by the protocol layer to get more packets to send.
· toString | Summary | Top |
public String toString()
- Overrides:
- toString in class Object
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7