Package java.net Previous
Previous
Java API
Java API
Index
Index
Next
Next

Interface SocketImplFactory

Methods

public  interface  java.net.SocketImplFactory
{
        // Methods
    public abstract SocketImpl createSocketImpl();	
}

This interface defines a factory for socket implementations. It is used by the classes Socket and ServerSocket to create actual socket implementions.


Methods


createSocketImpl

public abstract SocketImpl createSocketImpl() 

Return Value:

Returns a new instance of SocketImpl .



© 1996 Sun Microsystems, Inc. All rights reserved.