Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
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:

Method Summary

java.net.DatagramSocketImplcreateDatagramSocketImpl()

This method returns an instance of the DatagramSocketImpl object

Method Details

createDatagramSocketImpl

public DatagramSocketImpl createDatagramSocketImpl()

This method returns an instance of the DatagramSocketImpl object

Returns: