Blocks :
|
|
Relates :
|
DatagramSocketImpl has a socket field that links back to the DatagramSocket. This is only used to figure out whether multicasting is supported or not, and could be replaced by a final boolean isMulticast field in AbstractPlainDatagramSocketImpl instead.
|