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

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java215 * @param p_host the hostname or IPv4 address for the URI
229 public JaxmURI(String p_scheme, String p_host, String p_path, argument
232 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
244 * @param p_host the hostname or IPv4 address for the URI
261 String p_host, int p_port, String p_path,
268 if (p_host == null) {
292 setHost(p_host);
920 * @param p_host the host for this URI
922 * @exception MalformedURIException if p_host is not a valid IP
925 public void setHost(String p_host) throw argument
260 JaxmURI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java243 * @param p_host the hostname or IPv4 address for the URI
257 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
260 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
272 * @param p_host the hostname or IPv4 address for the URI
288 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
297 if (p_host == null)
328 setHost(p_host);
1095 * @param p_host the host for this URI
1097 * @throws MalformedURIException if p_host is not a valid IP
1100 public void setHost(String p_host) throw argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DURI.java241 * @param p_host the hostname or IPv4 address for the URI
255 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) argument
258 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
270 * @param p_host the hostname or IPv4 address for the URI
286 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) argument
295 if (p_host == null)
326 setHost(p_host);
1116 * @param p_host the host for this URI
1118 * @throws MalformedURIException if p_host is not a valid IP
1121 public void setHost(String p_host) throw argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java373 * @param p_host the hostname, IPv4 address or IPv6 reference for the URI
387 public URI(String p_scheme, String p_host, String p_path, argument
390 this(p_scheme, null, p_host, -1, p_path, p_queryString, p_fragment);
402 * @param p_host the hostname, IPv4 address or IPv6 reference for the URI
419 String p_host, int p_port, String p_path,
426 if (p_host == null) {
450 setHost(p_host);
1468 * @param p_host the host for this URI
1470 * @exception MalformedURIException if p_host is not a valid IP
1473 public void setHost(String p_host) throw argument
418 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 197 milliseconds