FileDocCategorySizeDatePackage
SocketImplFactory.javaAPI DocJava SE 5 API786Fri Aug 26 14:57:08 BST 2005java.net

SocketImplFactory

public interface SocketImplFactory
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
see
java.net.Socket
see
java.net.ServerSocket
since
JDK1.0

Fields Summary
Constructors Summary
Methods Summary
public java.net.SocketImplcreateSocketImpl()
Creates a new SocketImpl instance.

return
a new instance of SocketImpl.
see
java.net.SocketImpl