Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java96 private String URLPath = ""; field in ServiceURL
190 return URLPath; in getURLPath()
215 URLPath; in toString()
225 URLPath.hashCode(); in hashCode()
247 URLPath.equals(surl.URLPath); in equals()
403 URLPath = "/" + st.nextToken(""); in parseURL()
464 URLPath = sSep; in parseURL()
467 URLPath += st.nextToken(""); in parseURL()
471 URLPath = URLPath.trim(); in parseURL()