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

/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java242 * @param p_host the hostname or IPv4 address for the URI
256 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
259 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
271 * @param p_host the hostname or IPv4 address for the URI
287 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
296 if (p_host == null)
327 setHost(p_host);
1093 * @param p_host the host for this URI
1095 * @throws MalformedURIException if p_host is not a valid IP
1098 public void setHost(String p_host) throw argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java239 * @param p_host the hostname or IPv4 address for the URI
253 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
256 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
268 * @param p_host the hostname or IPv4 address for the URI
284 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
293 if (p_host == null)
324 setHost(p_host);
1113 * @param p_host the host for this URI
1115 * @throws MalformedURIException if p_host is not a valid IP
1118 public void setHost(String p_host) throw argument
[all...]

Completed in 48 milliseconds