Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/core/
DHostNameParser.java261 public HostPort hostPort( boolean allowWS ) throws ParseException { in hostPort() argument
269 if (allowWS) lexer.SPorHT(); // white space before ":port" should be accepted in hostPort()
276 … if (allowWS) lexer.SPorHT(); // white space before port number should be accepted in hostPort()
305 if (!allowWS) { in hostPort()