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:- Aaron M. Renn (arenn@urbanophile.com)
- Per Bothner <bothner@cygnus.com>
createSocketImpl
public SocketImpl createSocketImpl()
This method returns an instance of the SocketImpl object
Returns: