Class DefaultDatagramSocketFactory

java.lang.Object
org.apache.commons.net.DefaultDatagramSocketFactory
All Implemented Interfaces:
DatagramSocketFactory

Implements the DatagramSocketFactory interface by simply wrapping the DatagramSocket constructors. It is the default DatagramSocketFactory used by DatagramSocketClient implementations.
See Also: