Next:
Sockets.UnixAddress
, Previous:
Sockets.TCPSocketImpl
, Up:
Sockets package
6.24 Sockets.UDPSocketImpl
Defined in namespace Sockets
Superclass: Sockets.MulticastSocketImpl
Category: Sockets-Protocols
Unless the application installs its own implementation, this is the default socket implementation that will be used for IPv4 datagram sockets. It uses C call-outs to implement standard BSD style sockets of family AF_INET and type SOCK_DGRAM.
Sockets.UDPSocketImpl class-C constants
: (class)
Sockets.UDPSocketImpl-multicasting
: (instance)