Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.net
Interface DatagramSocketImplFactory  view DatagramSocketImplFactory download DatagramSocketImplFactory.java


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

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