|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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
public DatagramSocketImpl createDatagramSocketImpl()
- This method returns an instance of the DatagramSocketImpl object
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC