Home
last modified time | relevance | path

Searched refs:AllowEventsParser (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
DAllowEventsParser.java42 public class AllowEventsParser extends HeaderParser { class
48 public AllowEventsParser(String allowEvents) { in AllowEventsParser() method in AllowEventsParser
56 protected AllowEventsParser(Lexer lexer) { in AllowEventsParser() method in AllowEventsParser
DParserFactory.java224 AllowEventsParser.class); in AllowEventsHeader.NAME.toLowerCase()
225 parserTable.put("u", AllowEventsParser.class);