Packages  This Package  Prev  Next  Index  

§4.13 Interface SocketImplFactory

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.


Methods

createSocketImpl

public abstract SocketImpl createSocketImpl()
Returns:
a new instance of SocketImpl (I-§4.7).

Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com