Class DefaultDatagramSocketFactory

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

DefaultDatagramSocketFactory implements the DatagramSocketFactory interface by simply wrapping the java.net.DatagramSocket constructors. It is the default DatagramSocketFactory used by DatagramSocketClient implementations.
See Also: