< prev index next >

src/java.base/share/classes/java/nio/channels/MulticastChannel.java

Print this page

        

*** 175,185 **** * @throws IOException * If an I/O error occurs * @throws SecurityException * If a security manager is set, and its * {@link SecurityManager#checkMulticast(InetAddress) checkMulticast} ! * method denies access to the multiast group */ MembershipKey join(InetAddress group, NetworkInterface interf) throws IOException; /** --- 175,185 ---- * @throws IOException * If an I/O error occurs * @throws SecurityException * If a security manager is set, and its * {@link SecurityManager#checkMulticast(InetAddress) checkMulticast} ! * method denies access to the multicast group */ MembershipKey join(InetAddress group, NetworkInterface interf) throws IOException; /**
*** 224,233 **** * @throws IOException * If an I/O error occurs * @throws SecurityException * If a security manager is set, and its * {@link SecurityManager#checkMulticast(InetAddress) checkMulticast} ! * method denies access to the multiast group */ MembershipKey join(InetAddress group, NetworkInterface interf, InetAddress source) throws IOException; } --- 224,233 ---- * @throws IOException * If an I/O error occurs * @throws SecurityException * If a security manager is set, and its * {@link SecurityManager#checkMulticast(InetAddress) checkMulticast} ! * method denies access to the multicast group */ MembershipKey join(InetAddress group, NetworkInterface interf, InetAddress source) throws IOException; }
< prev index next >