next up previous contents
Next: state.TrafficControlState class Up: Sample code Previous: rsvp.object.RsvpSession class   Contents


Extract of the parser.Parser class

The parser.Parser is the core of the processing of incoming RSVP messages. Even if lots of calls to external methods are done, this class is 900-line long. Therefore, only the parsing of Path messages is shown here. This is done by the parsePath method.

public abstract class Parser
{
[...] code/Parser.java [...]
}

Consistency checks are made before this method is called.



Hugo Haas
hugo@larve.net
July 1998 - Please note that this HTML version is broken; I advise you to read the PostScript version.