On 27/01/2020 19:14, Daniel Fuchs wrote:
Hi,
Please find below a doc-only fix for:
8237896: MulticastSocket should link to DatagramChannel as
an alternative for multicasting.
https://bugs.openjdk.java.net/browse/JDK-8237896
webrev:
http://cr.openjdk.java.net/~dfuchs/webrev_8237896/webrev.00/
The API note for the class description looks good.
I'm less sure about the API notes added ot the joinGroup method because
you can't get a MulticastChannel from a MulticastSocket (getChannel
retruns null for starters). Maybe it should be just a @see instead?
-Alan