src/share/classes/javax/management/remote/JMXServiceURL.java

Print this page

        

*** 105,118 **** * <code>service:jmx:<em>protocol</em></code> string or in the host * part of the address. Depending on the protocol, case can be * significant in the <code><em>url-path</em></code>.</p> * * @see <a ! * href="ftp://ftp.rfc-editor.org/in-notes/rfc2609.txt">RFC 2609, * "Service Templates and <code>Service:</code> Schemes"</a> * @see <a ! * href="ftp://ftp.rfc-editor.org/in-notes/rfc3111.txt">RFC 3111, * "Service Location Protocol Modifications for IPv6"</a> * * @since 1.5 */ public class JMXServiceURL implements Serializable { --- 105,118 ---- * <code>service:jmx:<em>protocol</em></code> string or in the host * part of the address. Depending on the protocol, case can be * significant in the <code><em>url-path</em></code>.</p> * * @see <a ! * href="http://www.ietf.org/rfc/rfc2609.txt">RFC 2609, * "Service Templates and <code>Service:</code> Schemes"</a> * @see <a ! * href="http://www.ietf.org/rfc/rfc3111.txt">RFC 3111, * "Service Location Protocol Modifications for IPv6"</a> * * @since 1.5 */ public class JMXServiceURL implements Serializable {