java.net
Interface DatagramSocketImplFactory


public interface DatagramSocketImplFactory

This interface defines one method which returns a DatagramSocketImpl object. This should not be needed by ordinary applications.

Since:
1.3

Method Summary
 DatagramSocketImpl createDatagramSocketImpl()
          This method returns an instance of the DatagramSocketImpl object
 

Method Detail

createDatagramSocketImpl

DatagramSocketImpl createDatagramSocketImpl()
This method returns an instance of the DatagramSocketImpl object

Returns:
A DatagramSocketImpl object