Next: Sockets.DatagramSocketImpl, Previous: Sockets.Datagram, Up: Sockets package
This class uses an underlying socket implementation object which is a subclass of DatagramSocketImpl. This is less necessary for datagram sockets than for stream sockets (except for hiding some methods in FileDescriptor that are not relevant to sockets), but it is done for cleanliness and symmetry.