java.net
Interface DatagramSocketImplFactory
java.lang.Object
|
+--java.net.DatagramSocketImplFactory
public interface DatagramSocketImplFactory
This interface defines one method which returns a DatagramSocketImpl object.
This should not be needed by ordinary applications.
Since:Author:- Michael Koch <konqueror@gmx.de>
createDatagramSocketImpl
public DatagramSocketImpl createDatagramSocketImpl()
This method returns an instance of the DatagramSocketImpl object
Returns:
- A DatagramSocketImpl object