All Packages This Package Class Hierarchy Class Search Index
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 |
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 IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7