Searched defs:userinfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java30 * the various components (scheme, host, port, userinfo, path, query
47 * user/password string is stored as userinfo.
113 /** userinfo can be composed of unreserved, escaped and these
141 /** Mask for userinfo characters */
219 /** If specified, stores the userinfo for this URI; otherwise null */
263 * accordingly - setting the scheme, userinfo, host,port, path, query
282 * accordingly - setting the scheme, userinfo, host,port, path, query
399 * @param p_userinfo the URI userinfo (cannot be specified if host
884 String userinfo = null;
886 // userinfo i
983 isValidServerBasedAuthority(String host, int port, String userinfo) argument
[all...]

Completed in 32 milliseconds