This interface defines a factory for datagram socket implementations. It is used by the classes
DatagramSocket
to create actual socket implementations.
@author
Yingxian Wang
@version
%I %E
@since
1.3
See Also
java.net.DatagramSocket
Creates a new
DatagramSocketImpl
instance.
Return
a new instance of
DatagramSocketImpl
.
See Also
java.net.DatagramSocketImpl