Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/parser/
DInReplyToParser.java42 public class InReplyToParser extends HeaderParser { class
48 public InReplyToParser(String inReplyTo) { in InReplyToParser() method in InReplyToParser
56 protected InReplyToParser(Lexer lexer) { in InReplyToParser() method in InReplyToParser
DParserFactory.java64 InReplyToParser.class); in InReplyToHeader.NAME.toLowerCase()