Class DefaultDatagramSocketFactory

java.lang.Object
com.oroinc.net.DefaultDatagramSocketFactory
All Implemented Interfaces:
DatagramSocketFactory

public class DefaultDatagramSocketFactory extends Object implements DatagramSocketFactory
DefaultDatagramSocketFactory implements the DatagramSocketFactory interface by simply wrapping the java.net.DatagramSocket constructors. It is the default DatagramSocketFactory used by DatagramSocketClient implementations.

Author:
Daniel F. Savarese
See Also: