Package java.net |
![]() Previous |
![]() Java API |
![]() Index |
![]() Next |
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.
public abstract SocketImpl createSocketImpl()Return Value:
Returns a new instance of SocketImpl .
© 1996 Sun Microsystems, Inc. All rights reserved.