The get/set Option operations are handy to change manipulate the socket options, for instance to join/leave a multicast group as well as to deal with the ADDR/PORT reuse.
Likewise the resolve operation on the InternetAddress is kind of essential to send a datagram over an unconnected UDP socket.
Hello,
I wonder why the operations listed below have internal access control:
The get/set Option operations are handy to change manipulate the socket options, for instance to join/leave a multicast group as well as to deal with the ADDR/PORT reuse.
Likewise the resolve operation on the InternetAddress is kind of essential to send a datagram over an unconnected UDP socket.
Ciao, Kydos