Searched refs:allowWS (Results 1 – 1 of 1) sorted by relevance
261 public HostPort hostPort( boolean allowWS ) throws ParseException { in hostPort() argument269 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()