Searched refs:HostNameParser (Results 1 – 4 of 4) sorted by relevance
50 public class HostNameParser extends ParserCore { class65 public HostNameParser(String hname) { in HostNameParser() method in HostNameParser75 public HostNameParser(LexerCore lexer) { in HostNameParser() method in HostNameParser333 HostNameParser hnp = new HostNameParser(hostNames[i]); in main()
27 import gov.nist.core.HostNameParser;317 HostNameParser hnp = new HostNameParser(this.getLexer()); in uricString()643 HostNameParser hnp = new HostNameParser(this.getLexer()); in sipURL()
85 HostNameParser hnp = new HostNameParser(this.getLexer()); in parseVia()
34 import gov.nist.core.HostNameParser;466 return new HostNameParser(lexer).host(); in parseHost()