Packages This Package Prev Next Index
public interface java.net.SocketImplFactory { // Methods public abstract SocketImpl createSocketImpl(); §4.13.1 }This interface defines a factory for socket implementations. It is used by the classes Socket (I-§4.6) and ServerSocket (I-§4.5) to create actual socket implementions.
public abstract SocketImpl createSocketImpl()
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)