All Packages  This Package  Class Hierarchy  Class Search  Index

Interface edu.utah.janos.nodeos.AddressSpec

  Summary

interface  AddressSpec
{
          // Methods 1
     public abstract void parseAddress(String) throws PacketAddressFormatException;
}

An interface that represents a host address. The implementation is tied to the protocol layer the address is associated with. XXX Pass the string to be parsed to the constructor, and make the "parseAddress()" method private. That makes this interface empty.


  Cross Reference

Returned By:
pj_ProtocolLayer.createAddress(), pj_StdinStreamLayer.createAddress(), pj_TCPStreamLayer.createAddress(), pj_UDPLayer.createAddress()

Implemented By:
AddressSpecPortAddr





  Methods

· parseAddress

Summary  |  Top
   public abstract void parseAddress(String addr)  throws PacketAddressFormatException

Parses a specially formatted string into an internal structure. The format of the string is specific to the protocol layer.



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