HomeSort by relevance Sort by last modified time
    Searched full:p_host (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 242 * @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)
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)
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) throws MalformedURIExceptio
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 239 * @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)
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)
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) throws MalformedURIExceptio
    [all...]

Completed in 77 milliseconds