HomeSort by relevance Sort by last modified time
    Searched refs:AllowEventsParser (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/
AllowEventsParser.java 42 public class AllowEventsParser extends HeaderParser {
45 * Creates a new instance of AllowEventsParser
48 public AllowEventsParser(String allowEvents) {
56 protected AllowEventsParser(Lexer lexer) {
68 dbg_enter("AllowEventsParser.parse");
102 dbg_leave("AllowEventsParser.parse");
109 * $Log: AllowEventsParser.java,v $
ParserFactory.java 224 AllowEventsParser.class);
225 parserTable.put("u", AllowEventsParser.class);

Completed in 342 milliseconds