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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
InReplyToParser.java 42 public class InReplyToParser extends HeaderParser {
45 * Creates a new instance of InReplyToParser
48 public InReplyToParser(String inReplyTo) {
56 protected InReplyToParser(Lexer lexer) {
68 dbg_enter("InReplyToParser.parse");
121 dbg_leave("InReplyToParser.parse");
128 * $Log: InReplyToParser.java,v $
ParserFactory.java 64 InReplyToParser.class);

Completed in 22 milliseconds