All Packages  This Package  Class Hierarchy  Class Search  Index

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

  Summary

abstract class  pj_ANEPStreamLayer
     extends edu.utah.janos.nodeos.pj_ProtocolLayer
{
          // Constructors 1
     pj_ANEPStreamLayer();

          // Methods 2
     int getPacketLength();
     public String toString();

          // Inner Classes 2
     protected abstract static class pj_ANEPStreamLayer.StreamReader
     protected static class pj_ANEPStreamLayer.StreamWriter
}

pj_ANEPStreamLayer is a protocol layer implementation that processes packets that are sent over a stream. Its really meant to be used as a base class which is extended for a specific communication type (TCP/StdIO/etc...).

Author:
Janos Ministry of Development


  Cross Reference

Extended By:
pj_StdinStreamLayer, pj_TCPStreamLayer





  Constructors

· pj_ANEPStreamLayer

Summary  |  Top
   pj_ANEPStreamLayer() 


  Methods

· toString

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


· getPacketLength

Summary  |  Top
   int getPacketLength() 
Overrides:
getPacketLength in class pj_ProtocolLayer


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