| java.net.SocketImplFactory |
This interface defines a factory for socket implementations. It is used by
the classes Socket and ServerSocket to create
socket implementations.
| SocketImpl | createSocketImpl() | ||||
Creates a new SocketImpl instance. |
|||||
SocketImpl instance.