jdk/src/share/classes/javax/management/remote/JMXServiceURL.java
changeset 5820 4f5e99470724
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5819:07ec1955dba7 5820:4f5e99470724
   105  * <code>service:jmx:<em>protocol</em></code> string or in the host
   105  * <code>service:jmx:<em>protocol</em></code> string or in the host
   106  * part of the address.  Depending on the protocol, case can be
   106  * part of the address.  Depending on the protocol, case can be
   107  * significant in the <code><em>url-path</em></code>.</p>
   107  * significant in the <code><em>url-path</em></code>.</p>
   108  *
   108  *
   109  * @see <a
   109  * @see <a
   110  * href="ftp://ftp.rfc-editor.org/in-notes/rfc2609.txt">RFC 2609,
   110  * href="http://www.ietf.org/rfc/rfc2609.txt">RFC 2609,
   111  * "Service Templates and <code>Service:</code> Schemes"</a>
   111  * "Service Templates and <code>Service:</code> Schemes"</a>
   112  * @see <a
   112  * @see <a
   113  * href="ftp://ftp.rfc-editor.org/in-notes/rfc3111.txt">RFC 3111,
   113  * href="http://www.ietf.org/rfc/rfc3111.txt">RFC 3111,
   114  * "Service Location Protocol Modifications for IPv6"</a>
   114  * "Service Location Protocol Modifications for IPv6"</a>
   115  *
   115  *
   116  * @since 1.5
   116  * @since 1.5
   117  */
   117  */
   118 public class JMXServiceURL implements Serializable {
   118 public class JMXServiceURL implements Serializable {