This interface defines a method that creates SocketImpl objects. SocketImplFactory objects may be registered to create SocketImpl objects for the Socket and ServerSocket classes.
Normal applications never need to use or implement this interface.
public abstract interface SocketImplFactory { // Public Instance Methods public abstract SocketImpl createSocketImpl(); }
ServerSocket.setSocketFactory(), Socket.setSocketImplFactory()