jdk/src/share/classes/java/net/MulticastSocket.java
changeset 21334 c60dfce46a77
parent 19069 1d9cb0d080e3
child 24865 09b1d992ca72
equal deleted inserted replaced
21333:e940100a7176 21334:c60dfce46a77
   138 
   138 
   139     /**
   139     /**
   140      * Create a MulticastSocket bound to the specified socket address.
   140      * Create a MulticastSocket bound to the specified socket address.
   141      * <p>
   141      * <p>
   142      * Or, if the address is {@code null}, create an unbound socket.
   142      * Or, if the address is {@code null}, create an unbound socket.
   143      * <p>
   143      *
   144      * <p>If there is a security manager,
   144      * <p>If there is a security manager,
   145      * its {@code checkListen} method is first called
   145      * its {@code checkListen} method is first called
   146      * with the SocketAddress port as its argument to ensure the operation is allowed.
   146      * with the SocketAddress port as its argument to ensure the operation is allowed.
   147      * This could result in a SecurityException.
   147      * This could result in a SecurityException.
   148      * <p>
   148      * <p>