toRawDatagramSocket method Null safety
Extracts opened raw datagram socket from resource handle.
If this resource handle is not a datagram socket handle, the behavior of the returned RawDatagramSocket is completely unspecified. Be very careful to avoid using a handle incorrectly.
Implementation
RawDatagramSocket toRawDatagramSocket();