Searched refs:hasAuthority (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/url/
H A DUri.java112 protected boolean hasAuthority; field in class:Uri
204 hasAuthority = uri.startsWith("//", i);
205 if (hasAuthority) { // parse "//host:port"
253 String a = uri.hasAuthority ? ("//" + h + p) : "";

Completed in 96 milliseconds