|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.net
Interface SocketImplFactory

- All Known Implementing Classes:
- ZSocketImplFactory
- public interface SocketImplFactory
This interface defines one method which returns a SocketImpl
object. This should not be needed by ordinary applications.
| Method Summary | |
SocketImpl |
createSocketImpl()
This method returns an instance of the SocketImpl object |
| Method Detail |
createSocketImpl
public SocketImpl createSocketImpl()
- This method returns an instance of the
SocketImplobject
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC