This interface defines a factory for socket implementations. It is used by the classes
Socket
and
ServerSocket
to create actual socket implementations.
@author
Arthur van Hoff
@version
1.18, 12/19/03
@since
JDK1.0
See Also
java.net.Socket
,
java.net.ServerSocket
Creates a new
SocketImpl
instance.
Return
a new instance of
SocketImpl
.
See Also
java.net.SocketImpl