< prev index next >

src/java.base/share/classes/java/net/InetAddress.java

Print this page

        

*** 70,80 **** * with a host name or whether it has already done reverse host name * resolution). * * <h3> Address types </h3> * ! * <blockquote><table cellspacing=2 summary="Description of unicast and multicast address types"> * <tr><th valign=top><i>unicast</i></th> * <td>An identifier for a single interface. A packet sent to * a unicast address is delivered to the interface identified by * that address. * --- 70,82 ---- * with a host name or whether it has already done reverse host name * resolution). * * <h3> Address types </h3> * ! * <blockquote><table class="borderless"> ! * <caption style="display:none">Description of unicast and multicast address types</caption> ! * <tbody> * <tr><th valign=top><i>unicast</i></th> * <td>An identifier for a single interface. A packet sent to * a unicast address is delivered to the interface identified by * that address. *
*** 94,103 **** --- 96,106 ---- * client.</td></tr> * <tr><th valign=top><i>multicast</i></th> * <td>An identifier for a set of interfaces (typically belonging * to different nodes). A packet sent to a multicast address is * delivered to all interfaces identified by that address.</td></tr> + * </tbody> * </table></blockquote> * * <h4> IP address scope </h4> * * <p> <i>Link-local</i> addresses are designed to be used for addressing
< prev index next >