jdk/src/share/classes/java/net/URI.java
changeset 708 a780486c413c
parent 2 90ce3da70b43
child 715 f16baef3a20e
equal deleted inserted replaced
707:4e060643fb54 708:a780486c413c
    47 /**
    47 /**
    48  * Represents a Uniform Resource Identifier (URI) reference.
    48  * Represents a Uniform Resource Identifier (URI) reference.
    49  *
    49  *
    50  * <p> Aside from some minor deviations noted below, an instance of this
    50  * <p> Aside from some minor deviations noted below, an instance of this
    51  * class represents a URI reference as defined by
    51  * class represents a URI reference as defined by
    52  * <a href="http://www.ietf.org/rfc/rfc2396.txt""><i>RFC&nbsp;2396: Uniform
    52  * <a href="http://www.ietf.org/rfc/rfc2396.txt"><i>RFC&nbsp;2396: Uniform
    53  * Resource Identifiers (URI): Generic Syntax</i></a>, amended by <a
    53  * Resource Identifiers (URI): Generic Syntax</i></a>, amended by <a
    54  * href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC&nbsp;2732: Format for
    54  * href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC&nbsp;2732: Format for
    55  * Literal IPv6 Addresses in URLs</i></a>. The Literal IPv6 address format
    55  * Literal IPv6 Addresses in URLs</i></a>. The Literal IPv6 address format
    56  * also supports scope_ids. The syntax and usage of scope_ids is described
    56  * also supports scope_ids. The syntax and usage of scope_ids is described
    57  * <a href="Inet6Address.html#scoped">here</a>.
    57  * <a href="Inet6Address.html#scoped">here</a>.
   459  *
   459  *
   460  * @see <a href="http://ietf.org/rfc/rfc2279.txt"><i>RFC&nbsp;2279: UTF-8, a
   460  * @see <a href="http://ietf.org/rfc/rfc2279.txt"><i>RFC&nbsp;2279: UTF-8, a
   461  * transformation format of ISO 10646</i></a>, <br><a
   461  * transformation format of ISO 10646</i></a>, <br><a
   462  * href="http://www.ietf.org/rfc/rfc2373.txt"><i>RFC&nbsp;2373: IPv6 Addressing
   462  * href="http://www.ietf.org/rfc/rfc2373.txt"><i>RFC&nbsp;2373: IPv6 Addressing
   463  * Architecture</i></a>, <br><a
   463  * Architecture</i></a>, <br><a
   464  * href="http://www.ietf.org/rfc/rfc2396.txt""><i>RFC&nbsp;2396: Uniform
   464  * href="http://www.ietf.org/rfc/rfc2396.txt"><i>RFC&nbsp;2396: Uniform
   465  * Resource Identifiers (URI): Generic Syntax</i></a>, <br><a
   465  * Resource Identifiers (URI): Generic Syntax</i></a>, <br><a
   466  * href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC&nbsp;2732: Format for
   466  * href="http://www.ietf.org/rfc/rfc2732.txt"><i>RFC&nbsp;2732: Format for
   467  * Literal IPv6 Addresses in URLs</i></a>, <br><a
   467  * Literal IPv6 Addresses in URLs</i></a>, <br><a
   468  * href="URISyntaxException.html">URISyntaxException</a>
   468  * href="URISyntaxException.html">URISyntaxException</a>
   469  */
   469  */