Interface java.net.SocketImplFactory
All Packages Class Hierarchy This Package Previous Next Index
Interface java.net.SocketImplFactory
- public interface SocketImplFactory
- extends Object
This interface defines a factory for SocketImpl instances.
It is used by the socket class to create socket implementations
that implement various policies.
-
createSocketImpl()
- Creates a new SocketImpl instance.
createSocketImpl
public abstract SocketImpl createSocketImpl()
- Creates a new SocketImpl instance.
All Packages Class Hierarchy This Package Previous Next Index