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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java219 * @param p_host the hostname or IPv4 address for the URI
233 public JaxmURI(String p_scheme, String p_host, String p_path, argument
236 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
248 * @param p_host the hostname or IPv4 address for the URI
265 String p_host, int p_port, String p_path,
272 if (p_host == null) {
296 setHost(p_host);
924 * @param p_host the host for this URI
926 * @exception MalformedURIException if p_host is not a valid IP
929 public void setHost(String p_host) throw argument
264 JaxmURI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java244 * @param p_host the hostname or IPv4 address for the URI
258 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
261 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
273 * @param p_host the hostname or IPv4 address for the URI
289 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
298 if (p_host == null)
329 setHost(p_host);
1096 * @param p_host the host for this URI
1098 * @throws MalformedURIException if p_host is not a valid IP
1101 public void setHost(String p_host) throw argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/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);
1117 * @param p_host the host for this URI
1119 * @throws MalformedURIException if p_host is not a valid IP
1122 public void setHost(String p_host) throw argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java372 * @param p_host the hostname, IPv4 address or IPv6 reference for the URI
386 public URI(String p_scheme, String p_host, String p_path, argument
389 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
401 * @param p_host the hostname, IPv4 address or IPv6 reference for the URI
418 String p_host, int p_port, String p_path,
425 if (p_host == null) {
449 setHost(p_host);
1463 * @param p_host the host for this URI
1465 * @exception MalformedURIException if p_host is not a valid IP
1468 public void setHost(String p_host) throw argument
417 URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
[all...]

Completed in 40 milliseconds