SocketImplFactory


SocketImplFactory java.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( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net