Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.net

Interface SocketImplFactory

java.lang.Object
|
+--java.net.SocketImplFactory


public interface SocketImplFactory

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

Authors:

Method Summary

java.net.SocketImplcreateSocketImpl()

This method returns an instance of the SocketImpl object

Method Details

createSocketImpl

public SocketImpl createSocketImpl()

This method returns an instance of the SocketImpl object

Returns: