March 2005
Beginner to intermediate
1254 pages
104h 21m
English
SocketImplFactory
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( ); }
ServerSocket.setSocketFactory( ),
Socket.setSocketImplFactory( )
Read now
Unlock full access