Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 393
نمايش فراداده

SocketImplFactoryjava.net

Java 1.0

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 interface

SocketImplFactory { // Public Instance Methods SocketImpl

createSocketImpl ( ); }

Passed To

ServerSocket.setSocketFactory( ), Socket.setSocketImplFactory( )